RESOLVED FIXED Bug 158562
[Threaded Compositor] Make it clear that compositing thread operations are always scheduled from the main thread
https://bugs.webkit.org/show_bug.cgi?id=158562
Summary [Threaded Compositor] Make it clear that compositing thread operations are al...
Carlos Garcia Campos
Reported 2016-06-09 05:11:52 PDT
The code is written as if the compositor thread could also call callOnCompositingRunLoop() which makes the code confusing.
Attachments
Patch (9.25 KB, patch)
2016-06-09 05:18 PDT, Carlos Garcia Campos
zan: review+
Carlos Garcia Campos
Comment 1 2016-06-09 05:18:12 PDT
WebKit Commit Bot
Comment 2 2016-06-09 05:19:01 PDT
Attachment 280912 [details] did not pass style-queue: ERROR: Source/WebKit2/Shared/CoordinatedGraphics/threadedcompositor/CompositingRunLoop.h:49: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/Shared/CoordinatedGraphics/threadedcompositor/CompositingRunLoop.cpp:44: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Carlos Garcia Campos
Comment 3 2016-06-10 05:51:17 PDT
Note You need to log in before you can comment on or make changes to this bug.