Chromium Code Reviews
Descriptioncc: Only call didCompleteSwapBuffers() when in threaded mode.
Swap buffers complete is the most confusing thing ever. Currently,
the didCompleteSwapBuffers callbacks should only happen in
threaded mode. In single thread mode, there is instead
OnSwapBuffersCompleted which is somehow managed completely
outside of the compositor.
So, only call didCompleteSwapBuffers from the DelegatingRenderer
if we're in thread mode. If we need some mode-agnostic notification
we should use a new channel that doesn't have the confusing
symantics of the swap buffers code.
R=piman
BUG=123444
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185586
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||