Index: chrome/browser/views/browser_actions_container.h |
=================================================================== |
--- chrome/browser/views/browser_actions_container.h (revision 50452) |
+++ chrome/browser/views/browser_actions_container.h (working copy) |
@@ -34,6 +34,10 @@ |
class PrefService; |
class Profile; |
+namespace gfx { |
+class CanvasSkia; |
+} |
+ |
namespace views { |
class Menu2; |
} |
@@ -150,7 +154,7 @@ |
// Allocates a canvas object on the heap and draws into it the icon for the |
// view as well as the badge (if any). Caller is responsible for deleting the |
// returned object. |
- gfx::Canvas* GetIconWithBadge(); |
+ gfx::CanvasSkia* GetIconWithBadge(); |
// Accessibility accessors, overridden from View. |
virtual bool GetAccessibleRole(AccessibilityTypes::Role* role); |