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

Unified Diff: public/platform/WebInbandTextTrack.h

Issue 754963009: Do not use inbandTrackIndex() when assigning track index (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « Source/core/html/track/TextTrackList.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebInbandTextTrack.h
diff --git a/public/platform/WebInbandTextTrack.h b/public/platform/WebInbandTextTrack.h
index d38feea1630d71d343bb3f0028c107b45d75a369..4e86a9345e17fdaaeca2f58a7d2a7041d38ca9a7 100644
--- a/public/platform/WebInbandTextTrack.h
+++ b/public/platform/WebInbandTextTrack.h
@@ -57,8 +57,6 @@ public:
virtual WebString label() const = 0;
virtual WebString language() const = 0;
virtual WebString id() const { return WebString(); }
-
- virtual int textTrackIndex() const = 0;
};
} // namespace blink
« no previous file with comments | « Source/core/html/track/TextTrackList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698