Chromium Code Reviews| 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 0150eaa555598398cb56697c04c1038c877133c3..cf4a265c74a25d6037423ff7d58186ee8672a9cc 100644 |
| --- a/android_webview/browser/parent_output_surface.cc |
| +++ b/android_webview/browser/parent_output_surface.cc |
| @@ -29,7 +29,7 @@ void ParentOutputSurface::SetDrawConstraints(const gfx::Size& surface_size, |
| surface_size_ = surface_size; |
| gfx::Transform identity; |
| gfx::Rect empty; |
| - SetExternalDrawConstraints(identity, empty, clip, true); |
| + SetExternalDrawConstraints(identity, empty, clip, false, true); |
|
danakj
2014/07/09 17:21:07
nit: use a temp var to give the boolean literal a
boliu
2014/07/09 20:59:50
Done.
|
| } |
| } // namespace android_webview |