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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 2661523003: cc: Merge LayerTree into the LayerTreeHost. (Closed)
Patch Set: auto Created 3 years, 11 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
« no previous file with comments | « cc/output/bsp_tree_perftest.cc ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index 2aa30c67dd9dc9f94966ce64f1a492f57019079e..05868043d4eb64a4291a0cdf7a26660787872dfd 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -46,17 +46,7 @@ class FakeLayerTreeHost : public LayerTreeHost {
void SetNeedsCommit() override;
void SetNeedsUpdateLayers() override {}
-
- void SetRootLayer(scoped_refptr<Layer> root_layer) {
- layer_tree_->SetRootLayer(root_layer);
- }
- Layer* root_layer() const { return layer_tree_->root_layer(); }
- PropertyTrees* property_trees() const {
- return layer_tree_->property_trees();
- }
- void BuildPropertyTreesForTesting() {
- layer_tree_->BuildPropertyTreesForTesting();
- }
+ void SetNeedsFullTreeSync() override {}
LayerImpl* CommitAndCreateLayerImplTree();
LayerImpl* CommitAndCreatePendingTree();
« no previous file with comments | « cc/output/bsp_tree_perftest.cc ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698