| 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 41ec2d1e48cf27e2cf0f4311cb7ba4ad244d096c..c250da7df12f344e75f6e5de22e640d00195d224 100644
|
| --- a/ui/views/win/hwnd_message_handler.cc
|
| +++ b/ui/views/win/hwnd_message_handler.cc
|
| @@ -641,6 +641,9 @@ void HWNDMessageHandler::Hide() {
|
| SetWindowPos(hwnd(), NULL, 0, 0, 0, 0,
|
| SWP_HIDEWINDOW | SWP_NOACTIVATE | SWP_NOMOVE |
|
| SWP_NOREPOSITION | SWP_NOSIZE | SWP_NOZORDER);
|
| +
|
| + if (direct_manipulation_helper_)
|
| + direct_manipulation_helper_->Deactivate(hwnd());
|
| }
|
| }
|
|
|
|
|