Index: chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm |
diff --git a/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm b/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm |
index 69935fca4ab14f23c08b78690b53c72b3460d2b1..80cf8bc632a8f022a282fa306ae739eac9a8a42d 100644 |
--- a/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm |
+++ b/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm |
@@ -15,7 +15,7 @@ namespace { |
// Additional height threshold added at the toolbar's bottom. This is to mimic |
// threshold the mouse position needs to be at before the menubar automatically |
// hides. |
-const CGFloat kTrackingAreaAdditionalThreshold = 20; |
+const CGFloat kTrackingAreaAdditionalThreshold = 50; |
} // namespace |