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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue