| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu.h (revision 28235)
|
| +++ chrome/browser/tab_contents/render_view_context_menu.h (working copy)
|
| @@ -12,8 +12,15 @@
|
|
|
| class Profile;
|
| class TabContents;
|
| -struct MediaPlayerAction;
|
|
|
| +namespace gfx {
|
| +class Point;
|
| +}
|
| +
|
| +namespace WebKit {
|
| +struct WebMediaPlayerAction;
|
| +}
|
| +
|
| class RenderViewContextMenu {
|
| public:
|
| RenderViewContextMenu(
|
| @@ -97,7 +104,8 @@
|
| // Writes the specified text/url to the system clipboard
|
| void WriteURLToClipboard(const GURL& url);
|
|
|
| - void MediaPlayerActionAt(int x, int y, const MediaPlayerAction& action);
|
| + void MediaPlayerActionAt(const gfx::Point& location,
|
| + const WebKit::WebMediaPlayerAction& action);
|
|
|
| bool IsDevCommandEnabled(int id) const;
|
|
|
|
|