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

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.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_tiles.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_tiles.cc b/cc/trees/layer_tree_host_pixeltest_tiles.cc
index 838a304d8e602668e452d5f07b93589f700179b2..b310d95b3c947f9b71816240284210ed73fb9cd2 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -68,7 +68,7 @@ class LayerTreeHostTilesPixelTest : public LayerTreePixelTest {
void DoReadback() {
Layer* target =
- readback_target_ ? readback_target_ : layer_tree_host()->root_layer();
+ readback_target_ ? readback_target_ : layer_tree()->root_layer();
target->RequestCopyOfOutput(CreateCopyOutputRequest());
}

Powered by Google App Engine
This is Rietveld 408576698