[webkit-reviews] review granted: [Bug 68453] Repaint tests don't work in WebKit2 : [Attachment 108567] Have FrameView track repaint rects and expose them in WK1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 10:11:46 PDT 2011


Sam Weinig <sam at webkit.org> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 68453: Repaint tests don't work in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=68453

Attachment 108567: Have FrameView track repaint rects and expose them in WK1
https://bugs.webkit.org/attachment.cgi?id=108567&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=108567&action=review


> Source/WebCore/page/FrameView.h:454
> +    bool m_isTrackingRepaints; // Used for testing.
> +    Vector<LayoutRect> m_trackedRepaintRects;

This seems like it should be IntRects.


More information about the webkit-reviews mailing list