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

Unified Diff: ui/gl/gl_surface.cc

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 | « ui/gl/gl_surface.h ('k') | ui/gl/gl_surface_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index 0c71b3b026b3450fd77fe4a644d2fb8c87ed73fa..11f4ec21fd493b1c5485390ed67e22c50f6213c1 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -133,11 +133,6 @@ unsigned long GLSurface::GetCompatibilityKey() {
return 0;
}
-GLSurfaceFormat GLSurface::GetFormat() {
- NOTIMPLEMENTED();
- return GLSurfaceFormat();
-}
-
gfx::VSyncProvider* GLSurface::GetVSyncProvider() {
return NULL;
}
« no previous file with comments | « ui/gl/gl_surface.h ('k') | ui/gl/gl_surface_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698