Chromium Code Reviews
DescriptionChanged Blimp client to start with white screen before drawing contents
Currently Blimp client starts with a black screen before having any
contents. In this patch, this behavior was fixed by two steps:
1 - BlimpView background color is set to white on initialization.
2 - Later after the first frame is received, the background is reset to
null.
For this to happen, we rely on the callback DidCompleteSwapBuffers of
RemoteChannelImpl and hook it all the way to BlimpView.
BUG=603797
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/a14676fc06d51ce9382217801882dae19e2c792a
Cr-Commit-Position: refs/heads/master@{#391619}
Patch Set 1 #
Total comments: 7
Patch Set 2 : Added interface for BlimpCompositorManagerClient #
Total comments: 2
Patch Set 3 : A few nits #Patch Set 4 : merge origin/master #Messages
Total messages: 24 (10 generated)
|