| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index f5606d9b68daa453129b4e24e8a10510c03ef388..436e5243609fba54006d735793a017ebeafae85f 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -87,6 +87,8 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
| EGLSurface GetHandle() override;
|
| bool SupportsPostSubBuffer() override;
|
| gfx::SwapResult PostSubBuffer(int x, int y, int width, int height) override;
|
| + bool SupportsCommitOverlayPlanes() override;
|
| + gfx::SwapResult CommitOverlayPlanes() override;
|
| VSyncProvider* GetVSyncProvider() override;
|
|
|
| // Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider.
|
|
|