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

Unified Diff: android_webview/browser/aw_gl_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 | « no previous file | android_webview/browser/aw_gl_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_gl_surface.h
diff --git a/android_webview/browser/aw_gl_surface.h b/android_webview/browser/aw_gl_surface.h
index 838091b50463b587ca118fc01863c86112fea6f5..7bf4ef6994d0fe596bb19f11361a8e8f45bb8a3f 100644
--- a/android_webview/browser/aw_gl_surface.h
+++ b/android_webview/browser/aw_gl_surface.h
@@ -26,14 +26,10 @@ class AwGLSurface : public gl::GLSurface {
void* GetHandle() override;
void* GetDisplay() override;
- void SetBackingFrameBufferObject(unsigned int fbo);
-
protected:
~AwGLSurface() override;
private:
- unsigned int fbo_;
-
DISALLOW_COPY_AND_ASSIGN(AwGLSurface);
};
« no previous file with comments | « no previous file | android_webview/browser/aw_gl_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698