| Index: ui/views/widget/native_widget_win.cc
|
| diff --git a/ui/views/widget/native_widget_win.cc b/ui/views/widget/native_widget_win.cc
|
| index da0e0ebeeacef6e0de4046f3d93b8db310301ee4..8627d7ecb3f21b2569cf1617cc84fbd35c5a77b5 100644
|
| --- a/ui/views/widget/native_widget_win.cc
|
| +++ b/ui/views/widget/native_widget_win.cc
|
| @@ -719,8 +719,8 @@ void NativeWidgetWin::SetWindowTitle(const string16& title) {
|
| SetAccessibleName(title);
|
| }
|
|
|
| -void NativeWidgetWin::SetWindowIcons(const SkBitmap& window_icon,
|
| - const SkBitmap& app_icon) {
|
| +void NativeWidgetWin::SetWindowIcons(const gfx::ImageSkia& window_icon,
|
| + const gfx::ImageSkia& app_icon) {
|
| if (!window_icon.isNull()) {
|
| HICON windows_icon = IconUtil::CreateHICONFromSkBitmap(window_icon);
|
| // We need to make sure to destroy the previous icon, otherwise we'll leak
|
|
|