Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2432)

Unified Diff: android_webview/browser/parent_output_surface.cc

Issue 376683004: Pass resourceless software mode in BeginFrameArgs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tiny clean up Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl_unittest.cc » ('j') | cc/layers/picture_layer_impl_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl_unittest.cc » ('j') | cc/layers/picture_layer_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698