Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: ui/gl/init/gl_initializer_ozone.cc

Issue 2491993002: ui/gl: Initialize the ANGLE Platform on all configurations (Closed)
Patch Set: ui/gl: Initialize the ANGLE Platform on all configurations Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gl/init/gl_initializer_ozone.cc
diff --git a/ui/gl/init/gl_initializer_ozone.cc b/ui/gl/init/gl_initializer_ozone.cc
index ba6c335ac2e060acfd86735c0e6b8ab92648d37c..5f7f69283f55d990352bb54a84e6df697ea4f6be 100644
--- a/ui/gl/init/gl_initializer_ozone.cc
+++ b/ui/gl/init/gl_initializer_ozone.cc
@@ -92,6 +92,7 @@ void InitializeDebugGLBindings() {
}
void ClearGLBindingsPlatform() {
+ GLSurfaceEGL::ShutdownOneOff();
if (HasGLOzone()) {
GetGLOzone()->ClearGLBindings();
return;

Powered by Google App Engine
This is Rietveld 408576698