| Index: chrome/browser/ui/fullscreen_exit_bubble.cc
|
| diff --git a/chrome/browser/ui/fullscreen_exit_bubble.cc b/chrome/browser/ui/fullscreen_exit_bubble.cc
|
| index fd333640ae1d75ee095c1a2c92ee422299ff09e3..1a6345adba365a68151075cd7b5919ecf6441a4a 100644
|
| --- a/chrome/browser/ui/fullscreen_exit_bubble.cc
|
| +++ b/chrome/browser/ui/fullscreen_exit_bubble.cc
|
| @@ -12,7 +12,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| -const int FullscreenExitBubble::kPaddingPx = 8;
|
| +const int FullscreenExitBubble::kPaddingPx = 0;
|
| const int FullscreenExitBubble::kInitialDelayMs = 3800;
|
| const int FullscreenExitBubble::kIdleTimeMs = 2300;
|
| const int FullscreenExitBubble::kPositionCheckHz = 10;
|
|
|