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

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

Issue 180173002: Rename text track methods to make way for audio & video tracks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/core/html/track/TextTrackList.cpp ('k') | Source/web/WebMediaPlayerClientImpl.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 db3d3b030f93f5d026a0fe064ccebf98bd261376..7a66dfc7dbb74557a5b7ade7c0c8d0445c8f6e18 100644
--- a/Source/platform/graphics/media/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -103,8 +103,8 @@ public:
virtual void mediaPlayerSetWebLayer(blink::WebLayer*) = 0;
virtual void mediaPlayerSetOpaque(bool) = 0;
- virtual void mediaPlayerDidAddTrack(blink::WebInbandTextTrack*) = 0;
- virtual void mediaPlayerDidRemoveTrack(blink::WebInbandTextTrack*) = 0;
+ virtual void mediaPlayerDidAddTextTrack(blink::WebInbandTextTrack*) = 0;
+ virtual void mediaPlayerDidRemoveTextTrack(blink::WebInbandTextTrack*) = 0;
virtual void mediaPlayerMediaSourceOpened(blink::WebMediaSource*) = 0;
};
« no previous file with comments | « Source/core/html/track/TextTrackList.cpp ('k') | Source/web/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698