From 973f3da88bb3a1640d115f24762cc620da695547 Mon Sep 17 00:00:00 2001 From: Yunchan Cho Date: Fri, 28 Jun 2013 15:55:40 +0900 Subject: [PATCH] Remove use of unsupported webkit API regarding shadow effect [Issue#] N/A [Problem] ewk_settings_edge_effect_enabled_set() is not supported by public webkit [Cause] N/A [Solution] code regarding this is removed Change-Id: I117ef02ef39375cf4008670c853ad7eb6d077f63 --- src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp b/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp index a209976..d9fb9d7 100644 --- a/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp +++ b/src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp @@ -407,8 +407,6 @@ void AppBoxRenderView::setWebViewBasicSetting(Evas_Object* webview) return; } Ewk_Settings* setting = ewk_view_settings_get(webview); - // disable shadow effect on scrolling - ewk_settings_edge_effect_enabled_set(setting, EINA_FALSE); // To support transparent background evas_object_color_set(webview, 0, 0, 0, 0); ewk_view_visibility_set(webview, EINA_TRUE); -- 2.7.4