| Index: services/ui/surfaces/display_output_surface.h
|
| diff --git a/services/ui/surfaces/display_output_surface.h b/services/ui/surfaces/display_output_surface.h
|
| index db654cf1cf2b86ea9844676b0413271393dcfb48..90411c285a21e92117fee454ae4731a139d47ecf 100644
|
| --- a/services/ui/surfaces/display_output_surface.h
|
| +++ b/services/ui/surfaces/display_output_surface.h
|
| @@ -30,6 +30,7 @@ class DisplayOutputSurface : public cc::OutputSurface {
|
| void EnsureBackbuffer() override;
|
| void DiscardBackbuffer() override;
|
| void BindFramebuffer() override;
|
| + void SetDrawRectangle(const gfx::Rect& draw_rectangle) override;
|
| void Reshape(const gfx::Size& size,
|
| float device_scale_factor,
|
| const gfx::ColorSpace& color_space,
|
|
|