diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-25 01:45:10 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-25 01:45:10 +0000 |
commit | 5df0b3229519a2a4a8c45955081a7dcaafbe666d (patch) | |
tree | 0dd1478a27934ea946b2be5a2b578bd606c51855 /ui/ui.gyp | |
parent | 5c6d0ccf1bca276fe7827b11c908b72183212e94 (diff) | |
download | chromium_src-5df0b3229519a2a4a8c45955081a7dcaafbe666d.zip chromium_src-5df0b3229519a2a4a8c45955081a7dcaafbe666d.tar.gz chromium_src-5df0b3229519a2a4a8c45955081a7dcaafbe666d.tar.bz2 |
Repaint windows on screen unlock.
D3D presents are ignored while the screen is locked, so wait for unlock and then attempt to redraw all windows.
BUG=322728
Review URL: https://codereview.chromium.org/140453002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -294,6 +294,8 @@ 'base/win/hidden_window.h', 'base/win/hwnd_subclass.cc', 'base/win/hwnd_subclass.h', + 'base/win/lock_state.cc', + 'base/win/lock_state.h', 'base/win/message_box_win.cc', 'base/win/message_box_win.h', 'base/win/mouse_wheel_util.cc', |