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

Unified Diff: webkit/glue/webview_impl.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/glue/webview.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
===================================================================
--- webkit/glue/webview_impl.h (revision 28235)
+++ webkit/glue/webview_impl.h (working copy)
@@ -106,6 +106,9 @@
virtual void zoomIn(bool text_only);
virtual void zoomOut(bool text_only);
virtual void zoomDefault();
+ virtual void performMediaPlayerAction(
+ const WebKit::WebMediaPlayerAction& action,
+ const WebKit::WebPoint& location);
virtual void copyImageAt(const WebKit::WebPoint& point);
virtual void dragSourceEndedAt(
const WebKit::WebPoint& client_point,
@@ -144,9 +147,6 @@
virtual void SetIgnoreInputEvents(bool new_value);
virtual WebDevToolsAgent* GetWebDevToolsAgent();
WebDevToolsAgentImpl* GetWebDevToolsAgentImpl();
- virtual void MediaPlayerActionAt(int x,
- int y,
- const MediaPlayerAction& action);
// WebViewImpl
« no previous file with comments | « webkit/glue/webview.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698