[ThreadedCompositor] Prevent excessive rendering call.
Created attachment 244349 [details] Patch
Comment on attachment 244349 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244349&action=review > Source/WebKit2/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp:78 > + const double targetFPS = 60; This variable can be static.
Created attachment 244407 [details] Patch
Comment on attachment 244349 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244349&action=review >> Source/WebKit2/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp:78 >> + const double targetFPS = 60; > > This variable can be static. Good point. I'll modify
Comment on attachment 244407 [details] Patch Clearing flags on attachment: 244407 Committed r178238: <http://trac.webkit.org/changeset/178238>
All done here, closing.