| Index: ui/views/win/hwnd_message_handler.cc
|
| diff --git a/ui/views/win/hwnd_message_handler.cc b/ui/views/win/hwnd_message_handler.cc
|
| index 43398be99a715eff01e3c9621bcdc3c1b0bbf84a..08e337f7ac4cf8cce5cd45de4a948a6f377faef0 100644
|
| --- a/ui/views/win/hwnd_message_handler.cc
|
| +++ b/ui/views/win/hwnd_message_handler.cc
|
| @@ -734,7 +734,7 @@ void HWNDMessageHandler::FlashFrame(bool flash) {
|
| fwi.cbSize = sizeof(fwi);
|
| fwi.hwnd = hwnd();
|
| if (flash) {
|
| - fwi.dwFlags = FLASHW_ALL;
|
| + fwi.dwFlags = custom_window_region_ ? FLASHW_TRAY : FLASHW_ALL;
|
| fwi.uCount = 4;
|
| fwi.dwTimeout = 0;
|
| } else {
|
|
|