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

Unified Diff: Source/platform/graphics/media/MediaPlayer.h

Issue 60083011: Remove InbandTextTrackPrivate/InbandTextTrackPrivateClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase on top of https://codereview.chromium.org/61763010/ Created 7 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 | « Source/platform/graphics/media/InbandTextTrackPrivateClient.h ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/media/MediaPlayer.h
diff --git a/Source/platform/graphics/media/MediaPlayer.h b/Source/platform/graphics/media/MediaPlayer.h
index d820fc203d63c89e2ae6be50381e6e087c2e47c7..253a44e4db942df388662dd4eae5d3510da5394e 100644
--- a/Source/platform/graphics/media/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -31,14 +31,16 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
-namespace blink { class WebLayer; }
+namespace blink {
+class WebInbandTextTrack;
+class WebLayer;
+}
namespace WebCore {
class AudioSourceProvider;
class GraphicsContext;
class GraphicsContext3D;
-class InbandTextTrackPrivate;
class IntRect;
class IntSize;
class KURL;
@@ -94,8 +96,8 @@ public:
virtual void mediaPlayerScheduleLayerUpdate() = 0;
- virtual void mediaPlayerDidAddTrack(PassRefPtr<InbandTextTrackPrivate>) = 0;
- virtual void mediaPlayerDidRemoveTrack(PassRefPtr<InbandTextTrackPrivate>) = 0;
+ virtual void mediaPlayerDidAddTrack(blink::WebInbandTextTrack*) = 0;
+ virtual void mediaPlayerDidRemoveTrack(blink::WebInbandTextTrack*) = 0;
};
typedef PassOwnPtr<MediaPlayer> (*CreateMediaEnginePlayer)(MediaPlayerClient*);
« no previous file with comments | « Source/platform/graphics/media/InbandTextTrackPrivateClient.h ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698