| Index: chrome/browser/extensions/extension_shelf.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_shelf.cc (revision 16147)
|
| +++ chrome/browser/extensions/extension_shelf.cc (working copy)
|
| @@ -68,7 +68,7 @@
|
| 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 @@
|
| return GetChildViewCount() > 0;
|
| }
|
|
|
| -void ExtensionShelf::InitBackground(ChromeCanvas* canvas,
|
| +void ExtensionShelf::InitBackground(gfx::Canvas* canvas,
|
| const SkRect& subset) {
|
| if (!background_.empty())
|
| return;
|
|
|