RESOLVED FIXED 77652
Move ScrollingThread to its own file
https://bugs.webkit.org/show_bug.cgi?id=77652
Summary Move ScrollingThread to its own file
Anders Carlsson
Reported 2012-02-02 09:34:26 PST
Move ScrollingThread to its own file
Attachments
Patch (22.65 KB, patch)
2012-02-02 09:38 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-02-02 09:38:39 PST
Sam Weinig
Comment 2 2012-02-02 09:40:45 PST
Comment on attachment 125147 [details] Patch 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.
Anders Carlsson
Comment 3 2012-02-02 09:44:29 PST
Note You need to log in before you can comment on or make changes to this bug.