| Index: android_webview/browser/parent_output_surface.h
|
| diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h
|
| index e9eb4ca0b34a12ff986cfbee68c9ec62261f4a9a..0b9a4136262d50cc7538d361ca7170355577910a 100644
|
| --- a/android_webview/browser/parent_output_surface.h
|
| +++ b/android_webview/browser/parent_output_surface.h
|
| @@ -22,6 +22,7 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
|
| void EnsureBackbuffer() override;
|
| void DiscardBackbuffer() override;
|
| void BindFramebuffer() override;
|
| + void SetDrawRectangle(const gfx::Rect& rect) override;
|
| void Reshape(const gfx::Size& size,
|
| float scale_factor,
|
| const gfx::ColorSpace& color_space,
|
|
|