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

Unified Diff: android_webview/browser/parent_output_surface.h

Issue 2360423003: aw: Fix FBO restore in webview functor (Closed)
Patch Set: review 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
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | android_webview/browser/parent_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | android_webview/browser/parent_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698