Chromium Code Reviews| Index: cc/trees/layer_tree_impl.h |
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
| index 3b3c6cf562313fd192b2e8912cb4d1007e233463..5798f14a2742503d46e55b17ac86fa484555673c 100644 |
| --- a/cc/trees/layer_tree_impl.h |
| +++ b/cc/trees/layer_tree_impl.h |
| @@ -89,6 +89,7 @@ class CC_EXPORT LayerTreeImpl { |
| scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController( |
| LayerImpl* scrolling_layer); |
| void DidAnimateScrollOffset(); |
| + void ScrollOffsetAnimationFinished(); |
|
ajuma
2014/07/08 18:45:32
Since this is only going to get called for input-i
skobes
2014/07/08 21:21:58
Done.
|
| bool use_gpu_rasterization() const; |
| bool create_low_res_tiling() const; |