DescriptionPlumbing: Cache the resize callback so that we can call it later.
I am working towards having two surfaces that the GpuScheduler alternates between on SwapBuffers. Each surface should be resized once it is the backbuffer (via SwapBuffers). By caching the resize callback, I can (a) resize of the backbuffer immediately when the callback is initiated from the GLES2Decoder and (b) resize the frontbuffer once it becomes the backbuffer after a SwapBuffers.
BUG=none
TEST=none (should be no-op on all platforms)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88327
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|