| Index: chrome/browser/ui/views/tabs/tab_strip.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
|
| index 6ebe33fb546b93597d816fd5049572a24ac0db86..bd22a4eff2b7f8c9220e9d2dcd45a09b5bd99be8 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -392,7 +392,7 @@ class TabStrip : public views::View,
|
|
|
| // Returns the image to use for indicating a drop on a tab. If is_down is
|
| // true, this returns an arrow pointing down.
|
| - static SkBitmap* GetDropArrowImage(bool is_down);
|
| + static gfx::ImageSkia* GetDropArrowImage(bool is_down);
|
|
|
| // -- Animations ------------------------------------------------------------
|
|
|
|
|