| Index: ui/views/win/hwnd_message_handler.h
|
| diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
|
| index 15a0ac2084b071282565d39c04c16a7135908cf0..7dcda04b51f300c25daf5a77e8ae3c1c6c7b6ea4 100644
|
| --- a/ui/views/win/hwnd_message_handler.h
|
| +++ b/ui/views/win/hwnd_message_handler.h
|
| @@ -523,6 +523,12 @@ class VIEWS_EXPORT HWNDMessageHandler :
|
| // so that we can restore it.
|
| HCURSOR previous_cursor_;
|
|
|
| + // The icon created from the bitmap image of the window icon.
|
| + base::win::ScopedHICON window_icon_;
|
| +
|
| + // The icon created from the bitmap image of the app icon.
|
| + base::win::ScopedHICON app_icon_;
|
| +
|
| // Event handling ------------------------------------------------------------
|
|
|
| // The flags currently being used with TrackMouseEvent to track mouse
|
|
|