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

Unified Diff: cc/test/layer_tree_host_common_test.h

Issue 465853004: Moving RenderSurface creation outside of CalcDrawProps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: cc/test/layer_tree_host_common_test.h
diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
index 38b57d496d7f580ca0f6cf1989390c6619d8ee32..13aa21fb0092c8ac8dce8bc1b8b86aa42b1081cc 100644
--- a/cc/test/layer_tree_host_common_test.h
+++ b/cc/test/layer_tree_host_common_test.h
@@ -62,7 +62,8 @@ class LayerTreeHostCommonTestBase {
const gfx::PointF& position,
const gfx::Size& bounds,
bool flatten_transform,
- bool is_3d_sorted);
+ bool is_3d_sorted,
+ bool create_render_surface);
void ExecuteCalculateDrawProperties(Layer* root_layer,
float device_scale_factor,

Powered by Google App Engine
This is Rietveld 408576698