Chromium Code Reviews| Index: ui/gl/gl_surface.cc |
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
| index abc99b188a2a351c37a31c984cd1cd14148c78f4..620cee7e10ef747d3459571e505cc64310347a76 100644 |
| --- a/ui/gl/gl_surface.cc |
| +++ b/ui/gl/gl_surface.cc |
| @@ -265,9 +265,6 @@ |
| return extensions.find(delimited_name) != std::string::npos; |
| } |
| -void GLSurface::SetSwapInterval(int interval) { |
| -} |
| - |
| GLSurfaceAdapter::GLSurfaceAdapter(GLSurface* surface) : surface_(surface) {} |
| bool GLSurfaceAdapter::Initialize() { |