mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Temporarily disable OnCursorChange
ScopedProfile is removed https://chromium-review.googlesource.com/c/chromium/src/+/655147
This commit is contained in:
committed by
Aleksei Kuzmin
parent
78266db427
commit
8269a6dc37
@@ -981,7 +981,7 @@ bool WebContents::OnMessageReceived(const IPC::Message& message) {
|
||||
bool handled = true;
|
||||
IPC_BEGIN_MESSAGE_MAP(WebContents, message)
|
||||
IPC_MESSAGE_HANDLER_CODE(ViewHostMsg_SetCursor, OnCursorChange,
|
||||
handled = false)
|
||||
handled = false)
|
||||
IPC_MESSAGE_UNHANDLED(handled = false)
|
||||
IPC_END_MESSAGE_MAP()
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
#define IPC_MESSAGE_FORWARD_CODE(msg_class, obj, member_func, code) \
|
||||
case msg_class::ID: { \
|
||||
TRACK_RUN_IN_THIS_SCOPED_REGION(member_func); \
|
||||
if (!msg_class::Dispatch(&ipc_message__, obj, this, param__, \
|
||||
&member_func)) \
|
||||
ipc_message__.set_dispatch_error(); \
|
||||
|
||||
Reference in New Issue
Block a user