[Webkit-unassigned] [Bug 70873] [EFL] Invalidation request outside of visible area doesn't seem to occur when tiled view is used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 00:15:08 PST 2011


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





--- Comment #29 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-12-08 00:15:07 PST ---
(From update of attachment 118329)
View in context: https://bugs.webkit.org/attachment.cgi?id=118329&action=review

> Source/WebKit/efl/ewk/ewk_view_tiled.cpp:244
> +        api->sc.parent = (Evas_Smart_Class *)&_parent_sc;

Do not use C casting. Use static_cast<...>.

-- 
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