[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 20:25:27 PST 2011


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





--- Comment #7 from KwangHyuk <hyuki.kim at samsung.com>  2011-12-20 20:25:26 PST ---
(In reply to comment #6)
> (From update of attachment 120021 [details])
> 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.

Good point. :)
Update of this field can be useful for preventing unexpected crash.

Tomasz, 
would you update the version too ?

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