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

Unified Diff: webkit/api/public/WebView.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 | « webkit/api/public/WebMediaPlayerAction.h ('k') | webkit/glue/media_player_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebView.h
===================================================================
--- webkit/api/public/WebView.h (revision 28235)
+++ webkit/api/public/WebView.h (working copy)
@@ -41,6 +41,7 @@
class WebSettings;
class WebString;
class WebViewClient;
+ struct WebMediaPlayerAction;
struct WebPoint;
class WebView : public WebWidget {
@@ -141,6 +142,13 @@
virtual void zoomDefault() = 0;
+ // Media ---------------------------------------------------------------
+
+ // Performs the specified action on the node at the given location.
+ virtual void performMediaPlayerAction(
+ const WebMediaPlayerAction&, const WebPoint& location) = 0;
+
+
// Data exchange -------------------------------------------------------
// Copy to the clipboard the image located at a particular point in the
« no previous file with comments | « webkit/api/public/WebMediaPlayerAction.h ('k') | webkit/glue/media_player_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698