| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 27c974ad0604f91095693517aa2a20b5db6de844..36992a5aecb17d570b0521fb55cdb07645e560fc 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -181,7 +181,7 @@ class BrowserView : public BrowserWindow,
|
| TabContentsWrapper* GetSelectedTabContentsWrapper() const;
|
|
|
| // Retrieves the icon to use in the frame to indicate an OTR window.
|
| - SkBitmap GetOTRAvatarIcon() const;
|
| + gfx::ImageSkia GetOTRAvatarIcon() const;
|
|
|
| // Returns true if the Browser object associated with this BrowserView is a
|
| // tabbed-type window (i.e. a browser window, not an app or popup).
|
| @@ -351,8 +351,8 @@ class BrowserView : public BrowserWindow,
|
| virtual string16 GetAccessibleWindowTitle() const OVERRIDE;
|
| virtual views::View* GetInitiallyFocusedView() OVERRIDE;
|
| virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
| - virtual SkBitmap GetWindowAppIcon() OVERRIDE;
|
| - virtual SkBitmap GetWindowIcon() OVERRIDE;
|
| + virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE;
|
| + virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
| virtual bool ShouldShowWindowIcon() const OVERRIDE;
|
| virtual bool ExecuteWindowsCommand(int command_id) OVERRIDE;
|
| virtual std::string GetWindowName() const OVERRIDE;
|
|
|