| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index 12635e6a4dfd6c022838dbadfe7e3c863dd6d58e..7ad5c32684a2bb1314797019edec02f53648de95 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -129,6 +129,7 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
| // Commit the |pending_overlays_| and clear the vector. Returns false if any
|
| // fail to be committed.
|
| bool CommitAndClearPendingOverlays();
|
| + void UpdateSwapInterval();
|
|
|
| EGLSurface surface_;
|
| bool supports_post_sub_buffer_;
|
|
|