Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7509)

Unified Diff: chrome/common/render_messages_internal.h

Issue 251103: Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/webkit_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/webkit_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698