Disable shadow effect on webview scrolling
authorYunchan Cho <yunchan.cho@samsung.com>
Sat, 22 Jun 2013 03:45:17 +0000 (12:45 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sat, 22 Jun 2013 04:21:02 +0000 (13:21 +0900)
commit85b6a5dc062fcd3d3182fbcbebd167898f84e431
treea338398da16e6ca9dda329b11bc4c023ffe74aa5
parent5ef723332a7c836294780d5cff36a5ff792f3374
Disable shadow effect on webview scrolling

[Issue#] DCM-2010
[Problem] shadow effect on webview is display as default by webkit
[Cause] Recently, webkit has applied shadow effect to every webview as default
[Solution] For this, webkit provides new API to disable shadow effect.
           AppBox plugin lets shadow effect be diabled using the following webkit API as default
           EAPI Eina_Bool ewk_settings_edge_effect_enabled_set(Ewk_Settings* settings, Eina_Bool enable)

Change-Id: Iea8a1dc8985b598025d494580744b161ed031f55
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.h