summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties
diff options
context:
space:
mode:
authorjh5.cho <jh5.cho@samsung.com>2017-03-24 18:43:48 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 13:39:46 +0900
commit8ecb9a7252abba688fc2af3216b515f0a45f1590 (patch)
tree83fda00b9851d701abadad6ee761a5aace9fd35b /Xamarin.Forms.Platform.Tizen/Properties
parent97338158e3088e31d4f0283549dbe0955115245a (diff)
downloadxamarin-forms-8ecb9a7252abba688fc2af3216b515f0a45f1590.tar.gz
xamarin-forms-8ecb9a7252abba688fc2af3216b515f0a45f1590.tar.bz2
xamarin-forms-8ecb9a7252abba688fc2af3216b515f0a45f1590.zip
[WebView] Add missing ExportRenderer code
Change-Id: I217516154b9350b973d24d973f55c1011f7b41fd
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties')
-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))]