| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f9478e098db69d31a8436a35237cd84ffd5cfb3d..fc279f51330135121d8230318dc9562726575458 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1588,6 +1588,13 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_StartContentIntent,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeBodyBackgroundColor,
|
| uint32 /* bg_color */)
|
|
|
| +// Message sent when the overscrolled on main thread.
|
| +IPC_MESSAGE_ROUTED4(ViewHostMsg_DidOverScrollOnMainThread,
|
| + gfx::Vector2dF,
|
| + gfx::Vector2dF,
|
| + gfx::Vector2dF,
|
| + gfx::PointF)
|
| +
|
| // This message runs the MediaCodec for decoding audio for webaudio.
|
| IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec,
|
| base::SharedMemoryHandle /* encoded_data_handle */,
|
|
|