| 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();
|
|
|
|
|