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

Unified Diff: android_webview/browser/hardware_renderer.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/aw_gl_surface.cc ('k') | android_webview/browser/hardware_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/hardware_renderer.h
diff --git a/android_webview/browser/hardware_renderer.h b/android_webview/browser/hardware_renderer.h
index 352dba45e11fea93896641574080ba55375b591f..20209127199fc9270908176b8b170db71af8116b 100644
--- a/android_webview/browser/hardware_renderer.h
+++ b/android_webview/browser/hardware_renderer.h
@@ -26,7 +26,6 @@ namespace android_webview {
class ChildFrame;
class RenderThreadManager;
-class ScopedAppGLStateRestore;
class SurfacesInstance;
class HardwareRenderer : public cc::SurfaceFactoryClient {
@@ -34,11 +33,9 @@ class HardwareRenderer : public cc::SurfaceFactoryClient {
explicit HardwareRenderer(RenderThreadManager* state);
~HardwareRenderer() override;
- void DrawGL(AwDrawGLInfo* draw_info, const ScopedAppGLStateRestore& gl_state);
+ void DrawGL(AwDrawGLInfo* draw_info);
void CommitFrame();
- void SetBackingFrameBufferObject(int framebuffer_binding_ext);
-
private:
// cc::SurfaceFactoryClient implementation.
void ReturnResources(const cc::ReturnedResourceArray& resources) override;
« no previous file with comments | « android_webview/browser/aw_gl_surface.cc ('k') | android_webview/browser/hardware_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698