| Index: ui/gl/gl_surface.h
|
| diff --git a/ui/gl/gl_surface.h b/ui/gl/gl_surface.h
|
| index 6c2e0f104a011eb067bf0e258327216f74c4f92b..270e0ca9b263f31840448447cd368d62e8a39440 100644
|
| --- a/ui/gl/gl_surface.h
|
| +++ b/ui/gl/gl_surface.h
|
| @@ -273,6 +273,7 @@ class GL_EXPORT GLSurfaceAdapter : public GLSurface {
|
| bool IsSurfaceless() const override;
|
| bool FlipsVertically() const override;
|
| bool BuffersFlipped() const override;
|
| + void OnSetSwapInterval(int interval) override;
|
|
|
| GLSurface* surface() const { return surface_.get(); }
|
|
|
|
|