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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 787343003: Remove the index of in-band tracks on the Chromium side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « media/blink/webinbandtexttrack_impl.cc ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 5c33c40a3faa1389827226fccb4824c80ede6f5e..011fc540e83dfa6c08849402fa543431ee0f1ead 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -310,9 +310,6 @@ class MEDIA_EXPORT WebMediaPlayerImpl
// playback.
scoped_ptr<cc_blink::WebLayerImpl> video_weblayer_;
- // Text track objects get a unique index value when they're created.
- int text_track_index_;
-
EncryptedMediaPlayerSupport encrypted_media_support_;
const AudioHardwareConfig& audio_hardware_config_;
« no previous file with comments | « media/blink/webinbandtexttrack_impl.cc ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698