[Webkit-unassigned] [Bug 71352] [EFL] Port tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 22:42:45 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71352





--- Comment #27 from KwangHyuk <hyuki.kim at samsung.com>  2011-12-19 22:42:45 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=115339&action=review

> Source/WebKit/efl/ewk/ewk_private.h:164
> +void ewk_view_backing_store_adjuct_visible_rect(Evas_Object*);

May be adjuct replaced with adjust ?

> Source/WebKit/efl/ewk/ewk_view.cpp:2302
> +    EWK_VIEW_PRIV_GET_OR_RETURN(smartData, priv, EINA_FALSE);

Currently we are using false instead of EINA_FALSE.

> Source/WebKit/efl/ewk/ewk_view.cpp:2684
> +void ewk_view_backing_store_adjuct_visible_rect(Evas_Object* ewkView)

May be adjuct replaced with adjust ?

> Source/WebKit/efl/ewk/ewk_view_single.cpp:56
> +    ewk_view_setting_tiled_backing_store_enable_set(ewkView, EINA_TRUE);

Currently we are using true instead of 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