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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2758343002: cc: Use Element Id to Record Animation Changes (Closed)
Patch Set: Created 3 years, 9 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
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index bb90d2c296fc6e466143a95cc5283e12b1eb0225..d62b2b039d4cd0df591cb62336cc460f32cc7653 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -679,6 +679,7 @@ void LayerTreeTest::SetupTree() {
root_bounds, layer_tree_host()->device_scale_factor());
layer_tree_host()->SetViewportSize(device_root_bounds);
layer_tree_host()->root_layer()->SetIsDrawable(true);
+ layer_tree_host()->SetElementIdsForTesting();
}
void LayerTreeTest::Timeout() {

Powered by Google App Engine
This is Rietveld 408576698