Chromium Code Reviews| 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; |
| } |