Index: cc/input/top_controls_manager.cc |
diff --git a/cc/input/top_controls_manager.cc b/cc/input/top_controls_manager.cc |
index 971ba0cbe5a1d0c56647622be75a7604295ad824..02a015246452ba5ecd83c30c4bfcb5e50540bd1b 100644 |
--- a/cc/input/top_controls_manager.cc |
+++ b/cc/input/top_controls_manager.cc |
@@ -19,7 +19,7 @@ namespace cc { |
namespace { |
// These constants were chosen empirically for their visually pleasant behavior. |
// Contact tedchoc@chromium.org for questions about changing these values. |
-const int64 kShowHideMaxDurationMs = 175; |
+const int64 kShowHideMaxDurationMs = 200; |
} |
// static |