| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 28235)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -93,11 +93,10 @@
|
| RendererPreferences)
|
|
|
| // Tells the renderer to perform the given action on the media player
|
| - // located at |x|, |y|.
|
| - IPC_MESSAGE_ROUTED3(ViewMsg_MediaPlayerActionAt,
|
| - int32 /* x */,
|
| - int32 /* y */,
|
| - MediaPlayerAction)
|
| + // located at the given point.
|
| + IPC_MESSAGE_ROUTED2(ViewMsg_MediaPlayerActionAt,
|
| + gfx::Point, /* location */
|
| + WebKit::WebMediaPlayerAction)
|
|
|
| // Tells the render view to close.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Close)
|
|
|