Chromium Code Reviews| 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..b5915c9ead0f2a10f5153a7d6b9db21cd7a3a7c1 100644 |
| --- a/cc/input/top_controls_manager.cc |
| +++ b/cc/input/top_controls_manager.cc |
| @@ -107,8 +107,8 @@ gfx::Vector2dF TopControlsManager::ScrollBy( |
| if (pinch_gesture_active_) |
| return pending_delta; |
| - if (!TopControlsHeight()) |
| - return pending_delta; |
| +// if (!TopControlsHeight()) |
| +// return pending_delta; |
|
bokan
2015/05/05 11:16:54
Don't comment out code, just remove it.
|
| if (permitted_state_ == SHOWN && pending_delta.y() > 0) |
| return pending_delta; |