[Webkit-unassigned] [Bug 71352] [EFL] Port tiled backing store
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 20 05:55:16 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=71352
--- Comment #29 from KwangHyuk <hyuki.kim at samsung.com> 2011-12-20 05:55:16 PST ---
> Source/WebCore/PlatformEfl.cmake:108
> + IF (WTF_USE_TILED_BACKING_STORE)
Would you check whether WTF_USE_CAIRO would be required for this cairo related files ?
> Source/WebKit/efl/ewk/ewk_private.h:160
> +Eina_Bool ewk_view_setting_tiled_backing_store_enable_set(Evas_Object* ewkView, bool enable);
As it's containing word "tiled", ewk_view_setting_tiled_backing_store_enable_set looks little different from above two APIs
Was it intended ?
> Source/WebKit/efl/ewk/ewk_view.cpp:2296
> + return EINA_TRUE;
one more EINA_TRUE. :)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list