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

Unified Diff: android_webview/browser/hardware_renderer.h

Issue 2360963004: aw: Fix FBO restore bug (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 | « no previous file | 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..fc841e4db224eaacac93b5b71fc48952620ef3c4 100644
--- a/android_webview/browser/hardware_renderer.h
+++ b/android_webview/browser/hardware_renderer.h
@@ -31,7 +31,7 @@ class SurfacesInstance;
class HardwareRenderer : public cc::SurfaceFactoryClient {
public:
- explicit HardwareRenderer(RenderThreadManager* state);
+ HardwareRenderer(RenderThreadManager* state, int framebuffer_binding_ext);
~HardwareRenderer() override;
void DrawGL(AwDrawGLInfo* draw_info, const ScopedAppGLStateRestore& gl_state);
« no previous file with comments | « no previous file | android_webview/browser/hardware_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698