| 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();
|
|
|