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

Unified Diff: cc/test/layer_tree_host_common_test.cc

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.cc
diff --git a/cc/test/layer_tree_host_common_test.cc b/cc/test/layer_tree_host_common_test.cc
index aabd43cf2ae2abb1aa4519820ae67d8e00833310..1eed9ba60ea1f96cb791f9f6a2d339c489919c69 100644
--- a/cc/test/layer_tree_host_common_test.cc
+++ b/cc/test/layer_tree_host_common_test.cc
@@ -227,7 +227,7 @@ bool LayerTreeHostCommonTestBase::UpdateLayerListContains(int id) const {
}
LayerTreeHostCommonTest::LayerTreeHostCommonTest()
- : LayerTreeHostCommonTestBase(LayerTreeSettings()) {}
+ : LayerTreeHostCommonTestBase(LayerTreeHostCommonTestSettings()) {}
LayerTreeHostCommonTest::LayerTreeHostCommonTest(
const LayerTreeSettings& settings)

Powered by Google App Engine
This is Rietveld 408576698