Index: cc/input/top_controls_manager.cc |
diff --git a/cc/input/top_controls_manager.cc b/cc/input/top_controls_manager.cc |
index 56c9d8f43ff8d14419cb93986ebce052f278fda2..c8bd5348721ca72c007c38ada13b9dd650b536f8 100644 |
--- a/cc/input/top_controls_manager.cc |
+++ b/cc/input/top_controls_manager.cc |
@@ -107,9 +107,6 @@ gfx::Vector2dF TopControlsManager::ScrollBy( |
if (pinch_gesture_active_) |
return pending_delta; |
- if (!TopControlsHeight()) |
- return pending_delta; |
- |
if (permitted_state_ == SHOWN && pending_delta.y() > 0) |
return pending_delta; |
else if (permitted_state_ == HIDDEN && pending_delta.y() < 0) |