| Index: android_webview/browser/parent_output_surface.h
|
| diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h
|
| index ad1e7d40736cb2172b58ec72e74a5b3594fa7abb..48b7853484439449297c83df45aa5616b842618e 100644
|
| --- a/android_webview/browser/parent_output_surface.h
|
| +++ b/android_webview/browser/parent_output_surface.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef ANDROID_WEBVIEW_BROWSER_PARENT_OUTPUT_SURFACE_H_
|
| #define ANDROID_WEBVIEW_BROWSER_PARENT_OUTPUT_SURFACE_H_
|
|
|
| -#include "android_webview/browser/scoped_app_gl_state_restore.h"
|
| #include "base/macros.h"
|
| #include "cc/output/output_surface.h"
|
|
|
| @@ -29,11 +28,7 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
|
| void ApplyExternalStencil() override;
|
| uint32_t GetFramebufferCopyTextureFormat() override;
|
|
|
| - void SetGLState(const ScopedAppGLStateRestore& gl_state);
|
| -
|
| private:
|
| - StencilState stencil_state_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ParentOutputSurface);
|
| };
|
|
|
|
|