| Index: content/browser/compositor/software_browser_compositor_output_surface.h
|
| diff --git a/content/browser/compositor/software_browser_compositor_output_surface.h b/content/browser/compositor/software_browser_compositor_output_surface.h
|
| index ee35874c547e6af63f0617f17e28f0053e48df7a..d3bd958a8e45f2cf3aee73cf6c8349bcf6ffcf42 100644
|
| --- a/content/browser/compositor/software_browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/software_browser_compositor_output_surface.h
|
| @@ -32,6 +32,7 @@ class CONTENT_EXPORT SoftwareBrowserCompositorOutputSurface
|
| 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,
|
|
|