| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index 9f8a3fa87101e58d2292d700b831e28a30227373..9892298d6f9f4fe19df84f5a8ff5773a0b5df6bf 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -93,9 +93,11 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
| VSyncProvider* GetVSyncProvider() override;
|
| bool ScheduleOverlayPlane(int z_order,
|
| OverlayTransform transform,
|
| + gfx::BufferFormat storage_format,
|
| gl::GLImage* image,
|
| const Rect& bounds_rect,
|
| - const RectF& crop_rect) override;
|
| + const RectF& crop_rect,
|
| + bool handle_scaling) override;
|
|
|
| // Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider.
|
| // Takes ownership of the VSyncProvider.
|
|
|