diff options
Diffstat (limited to 'chrome/browser/extensions/extension_shelf.cc')
-rw-r--r-- | chrome/browser/extensions/extension_shelf.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_shelf.cc b/chrome/browser/extensions/extension_shelf.cc index 934797a..6b765d8 100644 --- a/chrome/browser/extensions/extension_shelf.cc +++ b/chrome/browser/extensions/extension_shelf.cc @@ -68,7 +68,7 @@ ExtensionShelf::~ExtensionShelf() { NotificationService::AllSources()); } -void ExtensionShelf::Paint(ChromeCanvas* canvas) { +void ExtensionShelf::Paint(gfx::Canvas* canvas) { #if 0 // TODO(erikkay) re-enable this when Glen has the gradient values worked out. SkPaint paint; @@ -180,7 +180,7 @@ bool ExtensionShelf::HasExtensionViews() { return GetChildViewCount() > 0; } -void ExtensionShelf::InitBackground(ChromeCanvas* canvas, +void ExtensionShelf::InitBackground(gfx::Canvas* canvas, const SkRect& subset) { if (!background_.empty()) return; |