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

Unified Diff: android_webview/browser/parent_output_surface.h

Issue 2375743002: [Merge M54] aw: Fix FBO restore in webview functor (Closed)
Patch Set: 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 5545551f53fb9c905501e1e8dd32179496d7e2d3..6d0a380d5fcc08ba38bffef1ea8d50562a92f7b5 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"
@@ -28,11 +27,9 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
void ApplyExternalStencil() override;
uint32_t GetFramebufferCopyTextureFormat() override;
- void SetGLState(const ScopedAppGLStateRestore& gl_state);
+ void UpdateStencilTest();
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