| Index: ui/ozone/platform/cast/gl_surface_cast.h
|
| diff --git a/ui/ozone/platform/cast/gl_surface_cast.h b/ui/ozone/platform/cast/gl_surface_cast.h
|
| index 036f6797181929246403c2aaa0112bc59bda5977..383e341adc28d2ea97e40a426c29ca8b35440c23 100644
|
| --- a/ui/ozone/platform/cast/gl_surface_cast.h
|
| +++ b/ui/ozone/platform/cast/gl_surface_cast.h
|
| @@ -23,6 +23,10 @@ class GLSurfaceCast : public gl::NativeViewGLSurfaceEGL {
|
|
|
| // gl::GLSurface:
|
| gfx::SwapResult SwapBuffers() override;
|
| + gfx::SwapResult SwapBuffersWithDamage(int x,
|
| + int y,
|
| + int width,
|
| + int height) override;
|
| bool Resize(const gfx::Size& size,
|
| float scale_factor,
|
| bool has_alpha) override;
|
|
|