Chromium Code Reviews| Index: cc/input/top_controls_manager.h |
| diff --git a/cc/input/top_controls_manager.h b/cc/input/top_controls_manager.h |
| index 9bc3040d31a0bc746fe842af07f62e598ba135b0..886336d2aa1f305e9d81d6815be8b80b390d1913 100644 |
| --- a/cc/input/top_controls_manager.h |
| +++ b/cc/input/top_controls_manager.h |
| @@ -48,6 +48,9 @@ class CC_EXPORT TopControlsManager |
| } |
| AnimationDirection animation_direction() { return animation_direction_; } |
| + void UpdateTopControlsStatePreservingConstraints( |
|
aelias_OOO_until_Jul13
2013/06/07 19:18:17
Let's avoid adding this method. Please cache the
Jinsuk Kim
2013/06/10 05:04:35
Done.
|
| + TopControlsState current, |
| + bool animate); |
| void UpdateTopControlsState(TopControlsState constraints, |
| TopControlsState current, |
| bool animate); |