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

Unified Diff: third_party/WebKit/Source/core/html/track/LoadableTextTrack.h

Issue 1985643003: Revert of Simplify LoadableTextTrack::trackElementIndex (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | third_party/WebKit/Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/track/LoadableTextTrack.h
diff --git a/third_party/WebKit/Source/core/html/track/LoadableTextTrack.h b/third_party/WebKit/Source/core/html/track/LoadableTextTrack.h
index b7ac8a062f48cfbd75c649d9f4b926782b232b79..22eecc1b93df7f0178ec6aafce75d4f6b3e0cb88 100644
--- a/third_party/WebKit/Source/core/html/track/LoadableTextTrack.h
+++ b/third_party/WebKit/Source/core/html/track/LoadableTextTrack.h
@@ -48,7 +48,7 @@
void addRegions(const HeapVector<Member<VTTRegion>>&);
using TextTrack::addListOfCues;
- size_t trackElementIndex() const;
+ size_t trackElementIndex();
HTMLTrackElement* trackElement() { return m_trackElement; }
bool isDefault() const override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698