From f00fa4d766ac76419a051345a496caecfbeddc78 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Mon, 2 Mar 2009 21:49:12 +0000 Subject: 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 --- chrome/browser/views/star_toggle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/views/star_toggle.h') diff --git a/chrome/browser/views/star_toggle.h b/chrome/browser/views/star_toggle.h index 4ac8fa2..95f64db 100644 --- a/chrome/browser/views/star_toggle.h +++ b/chrome/browser/views/star_toggle.h @@ -8,6 +8,8 @@ #include "chrome/views/view.h" #include "chrome/views/event.h" +class SkBitmap; + //////////////////////////////////////////////////////////////////////////////// // // A view subclass to implement the star button. The star button notifies its -- cgit v1.1