| Index: chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| index 8b049c3134db5a13b208534f900d97d33d208166..0d35ef7106b98e58fb3ef63a5b4146262f1936f1 100644
|
| --- a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| @@ -54,7 +54,7 @@ class AppPanelBrowserFrameView : public BrowserNonClientFrameView,
|
|
|
| // Overridden from TabIconView::TabIconViewModel:
|
| virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
|
| - virtual SkBitmap GetFaviconForTabIconView() OVERRIDE;
|
| + virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE;
|
|
|
| private:
|
| // Returns the thickness of the border that makes up the window frame edges.
|
|
|