DescriptionFix corrupted rendering of images
When navigating from one app to another, we create a new Android window and
destroy the old one. Previously, when we destroyed the old window after
creating the new window, we would destroy the Ganesh context after making the
GL context for the new window current, causing us to corrupt the GL state in
the new window. After this CL, we call MakeCurrent before destroying the Ganesh
context so that it interacts with the proper GL context.
R=jackson@google.com
Committed: https://chromium.googlesource.com/external/mojo/+/c35e3edfd2ead620d21800a15eb0952ef72cb26b
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|