From c8de167746aa49238fb5d6fe3192fc8a770af827 Mon Sep 17 00:00:00 2001 From: "koz@chromium.org" Date: Thu, 17 Nov 2011 07:33:32 +0000 Subject: 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 --- chrome/browser/ui/fullscreen_exit_bubble.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 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; -- cgit v1.1