summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-03-24 03:02:04 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2017-03-24 03:02:04 -0700
commit1db5bebd7fa9ae252260d1fd2b71b1dbaa5003ba (patch)
tree7f6308d51ab650905463857b818ce9466ef61226 /Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
parent43f9f6a63ec140ab7c706528968f6801c496a402 (diff)
parent4fd48ad5f182400c455540e2bec3c9f049491985 (diff)
downloadxamarin-forms-1db5bebd7fa9ae252260d1fd2b71b1dbaa5003ba.tar.gz
xamarin-forms-1db5bebd7fa9ae252260d1fd2b71b1dbaa5003ba.tar.bz2
xamarin-forms-1db5bebd7fa9ae252260d1fd2b71b1dbaa5003ba.zip
Merge "[WebView] Add missing ExportRenderer code" into tizen
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs')
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index 1b9c3e9a..eb03d815 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -49,6 +49,7 @@ using Xamarin.Forms.Platform.Tizen;
[assembly: ExportRenderer(typeof(Editor), typeof(EditorRenderer))]
[assembly: ExportRenderer(typeof(TableView), typeof(TableViewRenderer))]
[assembly: ExportRenderer(typeof(EvasObjectWrapper), typeof(EvasObjectWrapperRenderer))]
+[assembly: ExportRenderer(typeof(WebView), typeof(WebViewRenderer))]
[assembly: ExportImageSourceHandler(typeof(FileImageSource), typeof(FileImageSourceHandler))]
[assembly: ExportImageSourceHandler(typeof(StreamImageSource), typeof(StreamImageSourceHandler))]