[Webkit-unassigned] [Bug 74925] [EFL] Added selective rendering to tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 07:43:08 PST 2011


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





--- Comment #6 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-12-20 07:43:07 PST ---
(From update of attachment 120021)
View in context: https://bugs.webkit.org/attachment.cgi?id=120021&action=review

How does this relate to the rendering suspension code?

> Source/WebKit/efl/ewk/ewk_view.h:186
> -#define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
> +#define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}

Whenever you change the public structure, you need to bump EWK_VIEW_SMART_CLASS_VERSION.

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