| 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 3df9913ba2d017772f36710b5a89360da282597c..0fb2b893ff1efdd85153147f4f20d149a67268c1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -232,7 +232,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // TileManagerClient implementation.
|
| virtual void NotifyReadyToActivate() OVERRIDE;
|
| - virtual void NotifyTileInitialized(const Tile* tile) OVERRIDE;
|
| + virtual void NotifyTileStateChanged(const Tile* tile) OVERRIDE;
|
|
|
| // ScrollbarAnimationControllerClient implementation.
|
| virtual void PostDelayedScrollbarFade(const base::Closure& start_fade,
|
| @@ -488,8 +488,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void CreateAndSetTileManager(ResourceProvider* resource_provider,
|
| ContextProvider* context_provider,
|
| bool use_zero_copy,
|
| - bool use_one_copy,
|
| - bool allow_rasterize_on_demand);
|
| + bool use_one_copy);
|
| void ReleaseTreeResources();
|
| void EnforceZeroBudget(bool zero_budget);
|
|
|
|
|