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

Unified Diff: cc/trees/layer_tree_host_pixeltest_filters.cc

Issue 2251143002: cc: Reland Move data to LayerTree from LayerTreeHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better fix? Created 4 years, 4 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/trees/layer_tree_host_pixeltest_filters.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_filters.cc b/cc/trees/layer_tree_host_pixeltest_filters.cc
index 27f8e2c9aff16851bd08cb3ebec67e8625ae1c63..241ce6ff7341795afb13f3d8ea18a571807d0338 100644
--- a/cc/trees/layer_tree_host_pixeltest_filters.cc
+++ b/cc/trees/layer_tree_host_pixeltest_filters.cc
@@ -170,7 +170,7 @@ class LayerTreeHostFiltersScaledPixelTest
}
void SetupTree() override {
- layer_tree_host()->SetDeviceScaleFactor(device_scale_factor_);
+ layer_tree()->SetDeviceScaleFactor(device_scale_factor_);
LayerTreePixelTest::SetupTree();
}
@@ -900,7 +900,7 @@ class BackgroundFilterWithDeviceScaleFactorTest
}
void SetupTree() override {
- layer_tree_host()->SetDeviceScaleFactor(device_scale_factor_);
+ layer_tree()->SetDeviceScaleFactor(device_scale_factor_);
LayerTreeHostFiltersPixelTest::SetupTree();
}

Powered by Google App Engine
This is Rietveld 408576698