| Index: ui/gfx/ozone/surface_ozone_canvas.h
|
| diff --git a/ui/gfx/ozone/surface_ozone_canvas.h b/ui/gfx/ozone/surface_ozone_canvas.h
|
| index 7b09b230bfa5db640c2662e780648320c6e50d05..0d8592af45d265991e1277a8eaf54c72d97f5d72 100644
|
| --- a/ui/gfx/ozone/surface_ozone_canvas.h
|
| +++ b/ui/gfx/ozone/surface_ozone_canvas.h
|
| @@ -36,7 +36,7 @@ class GFX_EXPORT SurfaceOzoneCanvas {
|
|
|
| // Present the current canvas. After presenting, the compositor must call
|
| // GetCanvas() to get the next canvas.
|
| - virtual bool PresentCanvas() = 0;
|
| + virtual bool PresentCanvas(const gfx::Rect& damage) = 0;
|
|
|
| // Returns a gfx::VsyncProvider for this surface. Note that this may be
|
| // called after we have entered the sandbox so if there are operations (e.g.
|
|
|