summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Image.cs
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-04-24 18:33:06 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:33 +0900
commit37c7f0c8bfdb190831c96b95754d441bf0dbb006 (patch)
tree6d50dee5ce6f1142323d80c33f8f5a911ac77f82 /Xamarin.Forms.Platform.Tizen/Native/Image.cs
parent99395a7eb56ea8cb8db8c11ea58266e3160aa32a (diff)
downloadxamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.tar.gz
xamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.tar.bz2
xamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.zip
Remove InternalsVissibleTo from Core to XF.Platforms.Tizen
- Please refer to prior patch (#782)
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/Image.cs')
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Native/Image.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Image.cs b/Xamarin.Forms.Platform.Tizen/Native/Image.cs
index ceae4e5f..37602a0f 100755..100644
--- a/Xamarin.Forms.Platform.Tizen/Native/Image.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Image.cs
@@ -1,4 +1,5 @@
using System.Threading.Tasks;
+using Xamarin.Forms.Internals;
using ElmSharp;
using EImage = ElmSharp.Image;
using ESize = ElmSharp.Size;