| Index: android_webview/browser/parent_output_surface.cc
|
| diff --git a/android_webview/browser/parent_output_surface.cc b/android_webview/browser/parent_output_surface.cc
|
| index fe970a34be52c54c580aa81cad2189064c2cd20d..bce09eb491528248bb46d7ea264d63b334f3f144 100644
|
| --- a/android_webview/browser/parent_output_surface.cc
|
| +++ b/android_webview/browser/parent_output_surface.cc
|
| @@ -93,4 +93,8 @@ bool ParentOutputSurface::SurfaceIsSuspendForRecycle() const {
|
| return false;
|
| }
|
|
|
| +bool ParentOutputSurface::CanPartialDraw(const gfx::Rect& damage) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace android_webview
|
|
|