| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 55ccab68a6b0cdc647602a703bbbc8923a820300..3f0975f3755ae27b04e3ebc67191b43ff423c30b 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -271,7 +271,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); }
|
| const LayerTreeImpl* recycle_tree() const { return recycle_tree_.get(); }
|
| virtual void CreatePendingTree();
|
| - void UpdateVisibleTiles();
|
| + virtual void UpdateVisibleTiles();
|
| virtual void ActivatePendingTree();
|
|
|
| // Shortcuts to layers on the active tree.
|
| @@ -413,6 +413,8 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| ResourceProvider::ResourceId ResourceIdForUIResource(UIResourceId uid) const;
|
|
|
| + void DidInitializeVisibleTileForTesting() { DidInitializeVisibleTile(); }
|
| +
|
| protected:
|
| LayerTreeHostImpl(
|
| const LayerTreeSettings& settings,
|
|
|