| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0a67b022bbb3963c20c30f35fc8e06267501ece3..b07a8370455fd7f266f133f64bb3995914f4b8e5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -679,6 +679,14 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_Focus)
|
|
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
|
|
|
| +// Request a non-decelerating synthetic fling animation to be latched on the
|
| +// scroller at the start point, and whose velocity can be changed over time by
|
| +// sending multiple AutoscrollFling gestures. Used for features like
|
| +// middle-click autoscroll.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_AutoscrollStart, gfx::PointF /* start */)
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_AutoscrollFling, gfx::Vector2dF /* velocity */)
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_AutoscrollEnd)
|
| +
|
| // Get the list of proxies to use for |url|, as a semicolon delimited list
|
| // of "<TYPE> <HOST>:<PORT>" | "DIRECT".
|
| IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_ResolveProxy,
|
|
|