[webkit-reviews] review denied: [Bug 90401] Compositing layer sync should cause deferred repaints to be fired immediately : [Attachment 150475] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 15:00:43 PDT 2012


Antti Koivisto <koivisto at iki.fi> has denied  review:
Bug 90401: Compositing layer sync should cause deferred repaints to be fired
immediately
https://bugs.webkit.org/show_bug.cgi?id=90401

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=150475&action=review


> Source/WebCore/page/FrameView.cpp:1948
> +    if (!m_deferredRepaintTimer.isActive())
> +	   return;
> +
>      m_deferredRepaintTimer.stop();

This does not make any sense.


More information about the webkit-reviews mailing list