Temporarily disable OnCursorChange
ScopedProfile is removed https://chromium-review.googlesource.com/c/chromium/src/+/655147
This commit is contained in:
parent
78266db427
commit
8269a6dc37
2 changed files with 1 additions and 2 deletions
|
@ -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(); \
|
||||
|
|
Loading…
Reference in a new issue