| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 2a063dd117417c331431f3fc1d8d0d42c83094f0..0a175354b35f515bd139c6c0a801dd012d059f52 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -184,6 +184,10 @@ IPC_MESSAGE_ROUTED1(InputMsg_SetFocus,
|
| // the currently focused node is a Text node (textfield, text area or content
|
| // editable divs).
|
| IPC_MESSAGE_ROUTED1(InputMsg_ScrollFocusedEditableNodeIntoRect, gfx::Rect)
|
| +IPC_MESSAGE_ROUTED3(InputMsg_SmoothScroll,
|
| + int /* targetX */,
|
| + int /* targetY */,
|
| + long /*durationMs */)
|
|
|
| // These messages are typically generated from context menus and request the
|
| // renderer to apply the specified operation to the current selection.
|
|
|