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 54b7f97f4e6eb12a921203cf834d7e16e19ad580..0680bc72e4456ca6b25d5b1fbb788d6be42fccab 100644 |
--- a/android_webview/browser/parent_output_surface.cc |
+++ b/android_webview/browser/parent_output_surface.cc |
@@ -30,7 +30,8 @@ void ParentOutputSurface::SetDrawConstraints(const gfx::Size& surface_size, |
const gfx::Transform identity; |
const gfx::Rect empty; |
const bool resourceless_software_draw = false; |
- SetExternalDrawConstraints(identity, empty, clip, resourceless_software_draw); |
+ SetExternalDrawConstraints( |
+ identity, empty, clip, clip, identity, resourceless_software_draw); |
} |
} // namespace android_webview |