| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index f4cb61c0bdcb564d5eb4535cbaf895070992df94..1ae458a58fddf2e655e47a74dd3f040f1b57a97e 100644
|
| --- a/ui/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -291,6 +291,9 @@ bool GLSurface::ExtensionsContain(const char* c_extensions, const char* name) {
|
| return extensions.find(delimited_name) != std::string::npos;
|
| }
|
|
|
| +void GLSurface::OnSetSwapInterval(int interval) {
|
| +}
|
| +
|
| GLSurfaceAdapter::GLSurfaceAdapter(GLSurface* surface) : surface_(surface) {}
|
|
|
| bool GLSurfaceAdapter::Initialize() {
|
|
|