| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 57523f9799dd05cd3e5198af317b23da1a0c66f3..c6c1cae76c00f68a4dc1f1e4f8726e50b330c064 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -108,7 +108,6 @@ class CC_EXPORT LayerTreeImpl {
|
| scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController(
|
| int scroll_layer_id);
|
| void DidAnimateScrollOffset();
|
| - void InputScrollAnimationFinished();
|
| bool use_gpu_rasterization() const;
|
| GpuRasterizationStatus GetGpuRasterizationStatus() const;
|
| bool create_low_res_tiling() const;
|
| @@ -310,8 +309,6 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| size_t NumLayers();
|
|
|
| - AnimationRegistrar* GetAnimationRegistrar() const;
|
| -
|
| void DidBecomeActive();
|
|
|
| // Set on the active tree when the viewport size recently changed
|
|
|