summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/fullscreen_exit_bubble.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 21:49:12 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 21:49:12 +0000
commitf00fa4d766ac76419a051345a496caecfbeddc78 (patch)
treeb742fc1bdaa6dfd815e3b8ad719789572bb23398 /chrome/browser/views/fullscreen_exit_bubble.cc
parent50d7d7283db42b531a9df9c6f5a34b8526d4d5b0 (diff)
downloadchromium_src-f00fa4d766ac76419a051345a496caecfbeddc78.zip
chromium_src-f00fa4d766ac76419a051345a496caecfbeddc78.tar.gz
chromium_src-f00fa4d766ac76419a051345a496caecfbeddc78.tar.bz2
Fix bookmark and menu drag images by making a halo around them. This makes
the ClearType composited on the correct color to fix the semitransparent pixels into 1-bit transparency pixels. Remove some unnecessary header file dependencies on ChromeCanvas I noticed when compiling this patch. BUG=8258 Review URL: http://codereview.chromium.org/27321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/fullscreen_exit_bubble.cc')
-rw-r--r--chrome/browser/views/fullscreen_exit_bubble.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/fullscreen_exit_bubble.cc b/chrome/browser/views/fullscreen_exit_bubble.cc
index 170763b..efc600a 100644
--- a/chrome/browser/views/fullscreen_exit_bubble.cc
+++ b/chrome/browser/views/fullscreen_exit_bubble.cc
@@ -5,13 +5,13 @@
#include "chrome/browser/views/fullscreen_exit_bubble.h"
#include "chrome/app/chrome_dll_resource.h"
+#include "chrome/common/gfx/chrome_canvas.h"
#include "chrome/common/l10n_util.h"
#include "chrome/common/l10n_util_win.h"
#include "chrome/common/resource_bundle.h"
#include "chrome/views/root_view.h"
#include "grit/generated_resources.h"
-
// FullscreenExitView ----------------------------------------------------------
class FullscreenExitBubble::FullscreenExitView : public views::View {