mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-25 00:17:41 +01:00
Windows: Fix ScreenlockMonitorDeviceSource window creation error.
See https://crbug.com/1058556 for details.
This commit is contained in:
parent
4291776473
commit
1ab44722e8
@ -505,5 +505,10 @@ patches = [
|
|||||||
# VerifyRequestInitiatorLock.
|
# VerifyRequestInitiatorLock.
|
||||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1051674
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=1051674
|
||||||
'name': 'services_network_initiator_lock_1051674',
|
'name': 'services_network_initiator_lock_1051674',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
# Fix ScreenlockMonitorDeviceSource window creation error.
|
||||||
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=1058556
|
||||||
|
'name': 'win_screenlock_1058556',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
13
patch/patches/win_screenlock_1058556.patch
Normal file
13
patch/patches/win_screenlock_1058556.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc
|
||||||
|
index 5cb66455ac9e..e00e33294aec 100644
|
||||||
|
--- content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc
|
||||||
|
+++ content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc
|
||||||
|
@@ -47,7 +47,7 @@ bool ScreenlockMonitorDeviceSource::SessionMessageWindow::OnWndProc(
|
||||||
|
if (message == WM_WTSSESSION_CHANGE) {
|
||||||
|
ProcessWTSSessionLockMessage(wparam);
|
||||||
|
}
|
||||||
|
- return true;
|
||||||
|
+ return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void ScreenlockMonitorDeviceSource::SessionMessageWindow::
|
Loading…
x
Reference in New Issue
Block a user