| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index df39dcd2fdce8ab361758578ab45d59a627644b0..d48058a75c72b3bf47c078b54f7298700cc4951c 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -90,6 +90,7 @@ class CC_EXPORT LayerTreeImpl {
|
| scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController(
|
| LayerImpl* scrolling_layer);
|
| void DidAnimateScrollOffset();
|
| + void InputScrollAnimationFinished();
|
| bool use_gpu_rasterization() const;
|
| bool create_low_res_tiling() const;
|
|
|
|
|