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

Unified Diff: cc/test/layer_tree_host_common_test.h

Issue 2166043002: cc: Compute target space transform dynamically (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Verify screen space transform when non_root_surfaces is disabled. Created 4 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
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 1d38e71b6d973ca8bdfb62c4e6b9864a4ae8cdfd..511ea4b64a123fa887db09e8545f681fc40e99cd 100644
--- a/cc/test/layer_tree_host_common_test.h
+++ b/cc/test/layer_tree_host_common_test.h
@@ -158,6 +158,12 @@ class LayerTreeHostCommonTest : public LayerTreeHostCommonTestBase,
layer_impl->layer_tree_impl())
.starting_animation_scale;
}
+
+ LayerTreeSettings LayerTreeHostCommonTestSettings() {
+ LayerTreeSettings settings;
+ settings.verify_transform_tree_calculations = true;
+ return settings;
+ }
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698