| Index: chrome/browser/ui/views/tab_icon_view.h
|
| diff --git a/chrome/browser/ui/views/tab_icon_view.h b/chrome/browser/ui/views/tab_icon_view.h
|
| index 79188ea52f403bdaaa699a9edd4fa7b6972e3efe..7c94656e7b6767f6766aa017c5f3c9fd8795fd87 100644
|
| --- a/chrome/browser/ui/views/tab_icon_view.h
|
| +++ b/chrome/browser/ui/views/tab_icon_view.h
|
| @@ -9,8 +9,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "ui/views/view.h"
|
|
|
| -class SkBitmap;
|
| -
|
| namespace chrome {
|
| class TabIconViewModel;
|
| }
|
| @@ -39,7 +37,7 @@ class TabIconView : public views::View {
|
|
|
| private:
|
| void PaintThrobber(gfx::Canvas* canvas);
|
| - void PaintFavicon(gfx::Canvas* canvas, const SkBitmap& bitmap);
|
| + void PaintFavicon(gfx::Canvas* canvas, const gfx::ImageSkia& image);
|
| void PaintIcon(gfx::Canvas* canvas,
|
| const gfx::ImageSkia& image,
|
| int src_x,
|
|
|