DescriptionStocks app shouldn't show black when resuming from recents list
Previously, we weren't scheduling a visual update when our surface was created,
so we'd just continue to show black until the author requested a new animation
frame. After this CL, we schedule a visual update as soon as our surface is
created.
As part of this change, I've removed knowledge of the GPU delegate from
PlatformView. Now, all the calls from PlatformView to the GPU system bounce
through the UI delegate, which serializes the commands with other commands from
the UI engine to the GPU rasterizer.
R=eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/b5b67b6dabb996a6958256057281d50410ac348c
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|