Index: android_webview/browser/scoped_app_gl_state_restore.cc |
diff --git a/android_webview/browser/scoped_app_gl_state_restore.cc b/android_webview/browser/scoped_app_gl_state_restore.cc |
index 9b35faf0e7b664179fbba65d77a9d0a87666cc08..27f3eb4c305cafe1c57abbb3829ba83a077f5be4 100644 |
--- a/android_webview/browser/scoped_app_gl_state_restore.cc |
+++ b/android_webview/browser/scoped_app_gl_state_restore.cc |
@@ -35,7 +35,7 @@ class AppContextSurface { |
DISALLOW_COPY_AND_ASSIGN(AppContextSurface); |
}; |
-base::LazyInstance<AppContextSurface> g_app_context_surface = |
+base::LazyInstance<AppContextSurface>::DestructorAtExit g_app_context_surface = |
LAZY_INSTANCE_INITIALIZER; |
// Make the global g_app_context_surface current so that the gl_binding is not |