Chromium Code Reviews| 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 7840fbf065841df85abcf306bee049ece56a0233..b45dcb139fcea15c5db36595909607143304c220 100644 |
| --- a/android_webview/browser/scoped_app_gl_state_restore.h |
| +++ b/android_webview/browser/scoped_app_gl_state_restore.h |
| @@ -83,6 +83,8 @@ class ScopedAppGLStateRestore { |
| GLint stencil_mask_; |
| GLint stencil_ref_; |
| + GLint framebuffer_binding_ext_; |
| + |
| struct TextureBindings { |
| GLint texture_2d; |
| GLint texture_cube_map; |