| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 62e50c935b9d9e0bc0e9f59fc07a8ee35fa7551b..09a5cf1f6ae9a299e6c36976734f9dd7c09944d9 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -854,8 +854,7 @@ IPC_MESSAGE_ROUTED2(ViewMsg_HandleInputEvent,
|
| bool /* is_keyboard_shortcut */)
|
|
|
| // Tells the render widget that a smooth scroll completed.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SmoothScrollCompleted,
|
| - int /* gesture_id */)
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_SmoothScrollCompleted)
|
|
|
| // This message notifies the renderer that the next key event is bound to one
|
| // or more pre-defined edit commands. If the next key event is not handled
|
| @@ -1676,9 +1675,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_BeginSmoothScroll_Params)
|
| IPC_STRUCT_MEMBER(int, mouse_event_y)
|
| IPC_STRUCT_END()
|
|
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_BeginSmoothScroll,
|
| - int /* gesture_id */,
|
| - ViewHostMsg_BeginSmoothScroll_Params /* params */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_BeginSmoothScroll,
|
| + ViewHostMsg_BeginSmoothScroll_Params /* params */,
|
| + bool /* smooth_scroll_started */)
|
|
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_Focus)
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur)
|
|
|