summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/fullscreen_exit_bubble.cc
diff options
context:
space:
mode:
authorkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 07:33:32 +0000
committerkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 07:33:32 +0000
commitc8de167746aa49238fb5d6fe3192fc8a770af827 (patch)
tree3b50a24d99f5c7aed368149eed35ea281c116c1b /chrome/browser/ui/fullscreen_exit_bubble.cc
parent8c9f5ea59f3c73a69a5c57b5f2af49c3f99da807 (diff)
downloadchromium_src-c8de167746aa49238fb5d6fe3192fc8a770af827.zip
chromium_src-c8de167746aa49238fb5d6fe3192fc8a770af827.tar.gz
chromium_src-c8de167746aa49238fb5d6fe3192fc8a770af827.tar.bz2
Add a drop shadow to the fullscreen exit bubble on windows.
BUG=100879 TEST=Visually confirm that when entering fullscreen, the exit bubble has a drop shadow. Review URL: http://codereview.chromium.org/8565034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/fullscreen_exit_bubble.cc')
-rw-r--r--chrome/browser/ui/fullscreen_exit_bubble.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/fullscreen_exit_bubble.cc b/chrome/browser/ui/fullscreen_exit_bubble.cc
index fd33364..1a6345a 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;