diff options
Diffstat (limited to 'android_webview/browser/scoped_app_gl_state_restore.h')
-rw-r--r-- | android_webview/browser/scoped_app_gl_state_restore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/browser/scoped_app_gl_state_restore.h b/android_webview/browser/scoped_app_gl_state_restore.h index b6d59c9..fdad735 100644 --- a/android_webview/browser/scoped_app_gl_state_restore.h +++ b/android_webview/browser/scoped_app_gl_state_restore.h @@ -25,7 +25,7 @@ class ScopedAppGLStateRestore { MODE_RESOURCE_MANAGEMENT, }; - ScopedAppGLStateRestore(CallMode mode); + explicit ScopedAppGLStateRestore(CallMode mode); ~ScopedAppGLStateRestore(); bool stencil_enabled() const; |