Chromium Code Reviews| Index: ui/gl/gl_surface.cc |
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
| index f09aa35924daf21f1ab19a5eb57ba463eb8e011c..7456846347bfbe2ddca1aeabccd4ae1c9af50282 100644 |
| --- a/ui/gl/gl_surface.cc |
| +++ b/ui/gl/gl_surface.cc |
| @@ -79,6 +79,10 @@ bool GLSurface::Initialize() { |
| return true; |
| } |
| +bool GLSurface::Initialize(VSyncProvider* syncProvider) { |
| + return Initialize(); |
| +} |
| + |
| bool GLSurface::Resize(const gfx::Size& size) { |
| NOTIMPLEMENTED(); |
| return false; |