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

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

Issue 92763002: Rename addTrack and removeTrack functions to addTextTrack and removeTextTrack. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to apply cleanly Created 6 years, 11 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/HTMLMediaElement.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 e6df0dacd691b56a7d718f60c0eefda183824ee8..344734114df4aebc5b7efefae46b3badc5335959 100644
--- a/Source/platform/graphics/media/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -99,8 +99,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/HTMLMediaElement.cpp ('k') | Source/web/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698