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( |
+ TopControlsState current, |
+ bool animate); |
void UpdateTopControlsState(TopControlsState constraints, |
TopControlsState current, |
bool animate); |