[webkit-reviews] review granted: [Bug 57886] Defer repaints during style recalc : [Attachment 88312] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 15:02:23 PDT 2011


Darin Adler <darin at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 57886: Defer repaints during style recalc
https://bugs.webkit.org/show_bug.cgi?id=57886

Attachment 88312: patch
https://bugs.webkit.org/attachment.cgi?id=88312&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=88312&action=review

> Source/WebCore/dom/Document.cpp:1566
> -    if (view())
> -	   view()->resumeScheduledEvents();
> +    if (frameView) {

Is there any change that view() could become 0 during the process of style
recalculation?


More information about the webkit-reviews mailing list