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

Unified Diff: android_webview/browser/scoped_app_gl_state_restore.h

Issue 2375743002: [Merge M54] aw: Fix FBO restore in webview functor (Closed)
Patch Set: Created 4 years, 3 months 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: android_webview/browser/scoped_app_gl_state_restore.h
diff --git a/android_webview/browser/scoped_app_gl_state_restore.h b/android_webview/browser/scoped_app_gl_state_restore.h
index e6effa1df0106d43b3fc4b71117a851e1b55ae97..2a520483bdd1da6c1cb54fb27326e0bfeebdc08c 100644
--- a/android_webview/browser/scoped_app_gl_state_restore.h
+++ b/android_webview/browser/scoped_app_gl_state_restore.h
@@ -44,6 +44,8 @@ class ScopedAppGLStateRestore {
MODE_RESOURCE_MANAGEMENT,
};
+ static ScopedAppGLStateRestore* Current();
+
explicit ScopedAppGLStateRestore(CallMode mode);
~ScopedAppGLStateRestore();
« no previous file with comments | « android_webview/browser/render_thread_manager.cc ('k') | android_webview/browser/scoped_app_gl_state_restore.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698