| Index: content/browser/compositor/browser_compositor_output_surface.h
|
| diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
|
| index 8c8f56cac0d11ffea21a8139a87c82c69e2c536f..25ea8a11a985461fbe0b03a5bc55b188951e2ed9 100644
|
| --- a/content/browser/compositor/browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/browser_compositor_output_surface.h
|
| @@ -38,6 +38,7 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
|
| cc::OverlayCandidateValidator* GetOverlayCandidateValidator() const override;
|
| bool HasExternalStencilTest() const override;
|
| void ApplyExternalStencil() override;
|
| + bool CanPartialDraw(const gfx::Rect& damage) override;
|
|
|
| void SetReflector(ReflectorImpl* reflector);
|
|
|
|
|