| 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 0b9a4136262d50cc7538d361ca7170355577910a..405445439752b148498c97259005a95ec4d4adc1 100644
|
| --- a/android_webview/browser/parent_output_surface.h
|
| +++ b/android_webview/browser/parent_output_surface.h
|
| @@ -36,6 +36,7 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
|
| bool IsDisplayedAsOverlayPlane() const override;
|
| unsigned GetOverlayTextureId() const override;
|
| bool SurfaceIsSuspendForRecycle() const override;
|
| + bool CanPartialDraw(const gfx::Rect& damage) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ParentOutputSurface);
|
|
|