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

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 155954: Implement sending actions back to the render for media element context menus. (Closed)
Patch Set: remove uneeded bits. Created 11 years, 5 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 | « no previous file | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_view_host.h
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
index a55095ae5cfa95998dddc949b9c76d313b62debe..86f58f6ba7afad9202cfd753b8ea8b45518f82df 100644
--- a/chrome/browser/renderer_host/render_view_host.h
+++ b/chrome/browser/renderer_host/render_view_host.h
@@ -25,6 +25,7 @@ class SiteInstance;
class SkBitmap;
class ViewMsg_Navigate;
struct ContextMenuParams;
+struct MediaPlayerAction;
struct ViewHostMsg_DidPrintPage_Params;
struct ViewMsg_Navigate_Params;
struct WebDropData;
@@ -295,6 +296,9 @@ class RenderViewHost : public RenderWidgetHost,
void ModalHTMLDialogClosed(IPC::Message* reply_msg,
const std::string& json_retval);
+ // Send an action to the media player element located at |x|, |y|.
+ void MediaPlayerActionAt(int x, int y, const MediaPlayerAction& action);
+
// Copies the image at the specified point.
void CopyImageAt(int x, int y);
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698