| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 32cdf70489e4461339ecd56d5b6bb1faead54d3e..0fca6ef682a5ba968b7d2c3432bad6e1a4efde99 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1768,6 +1768,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeNumWheelEvents,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeNumTouchEvents,
|
| int /* count */)
|
|
|
| +// Notifies whether there are JavaScript touche event handlers or not.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_HasTouchEventHandlers,
|
| + bool /* has_handlers */)
|
| +
|
| // A message from HTML-based UI. When (trusted) Javascript calls
|
| // send(message, args), this message is sent to the browser.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_WebUISend,
|
|
|