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

Unified Diff: sky/engine/public/web/WebView.h

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/public/web/WebRuntimeFeatures.h ('k') | sky/engine/testing/platform/webmimeregistry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebView.h
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
index 6e97abc0019e69a459251c35a24432ec8501a157..c4ca1697eba1caeb24e6a950897e80c6af3297d7 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -51,7 +51,6 @@ class WebSpellCheckClient;
class WebString;
class WebViewClient;
struct WebActiveWheelFlingParameters;
-struct WebMediaPlayerAction;
struct WebPoint;
struct WebFloatPoint;
@@ -219,14 +218,6 @@ public:
// removes the lock.
virtual void setFixedLayoutSize(const WebSize&) = 0;
-
- // Media ---------------------------------------------------------------
-
- // Performs the specified media player action on the node at the given location.
- virtual void performMediaPlayerAction(
- const WebMediaPlayerAction&, const WebPoint& location) = 0;
-
-
// Data exchange -------------------------------------------------------
// Do a hit test at given point and return the HitTestResult.
« no previous file with comments | « sky/engine/public/web/WebRuntimeFeatures.h ('k') | sky/engine/testing/platform/webmimeregistry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698