| 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 c4171ff49dedee7412f239163aa3c31322af77cf..cb50db7b439f43ba1769ddf7c3409866441d27e7 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 ------------------------------------------------------------
|
|
|
|
|