| Index: ui/views/widget/native_widget_private.h
|
| diff --git a/ui/views/widget/native_widget_private.h b/ui/views/widget/native_widget_private.h
|
| index a56e5a6db851cd62800fb21bfed2694f9ecabeb3..7eb8606e502a688ef403d5953562bad4d5448a41 100644
|
| --- a/ui/views/widget/native_widget_private.h
|
| +++ b/ui/views/widget/native_widget_private.h
|
| @@ -13,6 +13,7 @@
|
| #include "ui/views/widget/native_widget.h"
|
|
|
| namespace gfx {
|
| +class ImageSkia;
|
| class Rect;
|
| }
|
|
|
| @@ -150,8 +151,8 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget,
|
| // Sets the Window icons. |window_icon| is a 16x16 icon suitable for use in
|
| // a title bar. |app_icon| is a larger size for use in the host environment
|
| // app switching UI.
|
| - virtual void SetWindowIcons(const SkBitmap& window_icon,
|
| - const SkBitmap& app_icon) = 0;
|
| + virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
|
| + const gfx::ImageSkia& app_icon) = 0;
|
|
|
| // Update native accessibility properties on the native window.
|
| virtual void SetAccessibleName(const string16& name) = 0;
|
|
|