summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-25 01:45:10 +0000
committerjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-25 01:45:10 +0000
commit5df0b3229519a2a4a8c45955081a7dcaafbe666d (patch)
tree0dd1478a27934ea946b2be5a2b578bd606c51855 /ui/ui.gyp
parent5c6d0ccf1bca276fe7827b11c908b72183212e94 (diff)
downloadchromium_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.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 0b8ba38..28148e3 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -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',