[webkit-reviews] review granted: [Bug 77652] Move ScrollingThread to its own file : [Attachment 125147] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 09:40:44 PST 2012


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 77652: Move ScrollingThread to its own file
https://bugs.webkit.org/show_bug.cgi?id=77652

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

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


> Source/WebCore/page/scrolling/ScrollingThread.h:77
> +    RetainPtr<CFRunLoopRef> m_threadRunLoop;
> +    RetainPtr<CFRunLoopSourceRef> m_threadRunLoopSource;

You should add a FIXME here to use WebCore::RunLoop at some point.


More information about the webkit-reviews mailing list