RESOLVED FIXED Bug 78291
FrameView::addSlowRepaintObject() doesn't update m_canBlitOnScroll correctly
https://bugs.webkit.org/show_bug.cgi?id=78291
Summary FrameView::addSlowRepaintObject() doesn't update m_canBlitOnScroll correctly
Anders Carlsson
Reported 2012-02-09 15:29:25 PST
FrameView::addSlowRepaintObject() doesn't update m_canBlitOnScroll correctly
Attachments
Patch (1.76 KB, patch)
2012-02-09 15:32 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2012-02-09 15:32:03 PST
mitz
Comment 2 2012-02-09 15:38:38 PST
Comment on attachment 126388 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126388&action=review > Source/WebCore/page/FrameView.cpp:1332 > m_slowRepaintObjectCount++; > + if (m_slowRepaintObjectCount == 1) This is one case where I think collapsing this into a single line would have made things clearer: if (!m_slowRepaintObjectCount++)
Anders Carlsson
Comment 3 2012-02-09 17:55:00 PST
Note You need to log in before you can comment on or make changes to this bug.