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

Unified Diff: android_webview/browser/aw_gl_surface.cc

Issue 2702403009: Make surface GetFormat pure virtual, add missing overrides. (Closed)
Patch Set: Add mac specific overrides 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 | « android_webview/browser/aw_gl_surface.h ('k') | gpu/ipc/service/image_transport_surface_overlay_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_gl_surface.cc
diff --git a/android_webview/browser/aw_gl_surface.cc b/android_webview/browser/aw_gl_surface.cc
index c2ed5ab59eaef8895d4ef214edbdb36042ba14e6..8b4fd77a7bf6f174491bcbb744a79b430a501ca4 100644
--- a/android_webview/browser/aw_gl_surface.cc
+++ b/android_webview/browser/aw_gl_surface.cc
@@ -39,4 +39,8 @@ void* AwGLSurface::GetDisplay() {
return NULL;
}
+GLSurfaceFormat AwGLSurface::GetFormat() {
+ return GLSurfaceFormat();
boliu 2017/02/23 21:33:31 add NOTIMPLEMENTED here?
klausw 2017/02/23 22:08:47 No, this is the complete implementation already. R
+}
+
} // namespace android_webview
« no previous file with comments | « android_webview/browser/aw_gl_surface.h ('k') | gpu/ipc/service/image_transport_surface_overlay_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698