| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index 7b29a7d1576d38f4fb000198f95207a22e672eb4..0c71b3b026b3450fd77fe4a644d2fb8c87ed73fa 100644
|
| --- a/ui/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -354,6 +354,10 @@ bool GLSurfaceAdapter::BuffersFlipped() const {
|
| return surface_->BuffersFlipped();
|
| }
|
|
|
| +void GLSurfaceAdapter::OnSetSwapInterval(int interval) {
|
| + surface_->OnSetSwapInterval(interval);
|
| +}
|
| +
|
| GLSurfaceAdapter::~GLSurfaceAdapter() {}
|
|
|
| scoped_refptr<GLSurface> InitializeGLSurfaceWithFormat(
|
|
|