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

Unified Diff: android_webview/browser/aw_gl_surface.h

Issue 2702403009: Make surface GetFormat pure virtual, add missing overrides. (Closed)
Patch Set: Fix class name for Windows Created 3 years, 10 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 7bf4ef6994d0fe596bb19f11361a8e8f45bb8a3f..117605066543f1afb7079a39b5ada3573624c0b7 100644
--- a/android_webview/browser/aw_gl_surface.h
+++ b/android_webview/browser/aw_gl_surface.h
@@ -25,6 +25,7 @@ class AwGLSurface : public gl::GLSurface {
gfx::Size GetSize() override;
void* GetHandle() override;
void* GetDisplay() override;
+ gl::GLSurfaceFormat GetFormat() override;
protected:
~AwGLSurface() override;
« 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