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

Unified Diff: public/platform/WebMediaPlayerClient.h

Issue 1055503002: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 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 | « Source/web/web.gypi ('k') | public/platform/WebMediaPlayerEncryptedMediaClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaPlayerClient.h
diff --git a/public/platform/WebMediaPlayerClient.h b/public/platform/WebMediaPlayerClient.h
index 2a1fdab642cc1baa83082238063450a769fa42ae..a242e27c86704401753ff5ea9aac651c4b6ea1bb 100644
--- a/public/platform/WebMediaPlayerClient.h
+++ b/public/platform/WebMediaPlayerClient.h
@@ -31,8 +31,8 @@
#ifndef WebMediaPlayerClient_h
#define WebMediaPlayerClient_h
+#include "WebCommon.h"
#include "WebMediaPlayer.h"
-#include "WebMediaPlayerEncryptedMediaClient.h"
namespace blink {
@@ -40,10 +40,7 @@ class WebInbandTextTrack;
class WebLayer;
class WebMediaSource;
-// TODO(srirama): Remove this inheritance when we get rid of the MediaPlayer
-// and MediaPlayerClient interfaces by having HTMLMediaElement implement
-// WebMediaPlayerClient interface. See crbug.com/350571.
-class WebMediaPlayerClient : public WebMediaPlayerEncryptedMediaClient {
+class BLINK_PLATFORM_EXPORT WebMediaPlayerClient {
public:
enum VideoTrackKind {
VideoTrackKindNone,
« no previous file with comments | « Source/web/web.gypi ('k') | public/platform/WebMediaPlayerEncryptedMediaClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698