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

Unified Diff: third_party/WebKit/Source/core/html/track/TrackBase.cpp

Issue 1984663002: Remove mode-transition in TextTrack::setKind (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 | « third_party/WebKit/Source/core/html/track/TrackBase.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/track/TrackBase.cpp
diff --git a/third_party/WebKit/Source/core/html/track/TrackBase.cpp b/third_party/WebKit/Source/core/html/track/TrackBase.cpp
index 3db71a7d979ee8eae1fbd8f42a2d77b600b506ae..5f685aaca8f1574a56c5402822399338ee70d045 100644
--- a/third_party/WebKit/Source/core/html/track/TrackBase.cpp
+++ b/third_party/WebKit/Source/core/html/track/TrackBase.cpp
@@ -66,9 +66,4 @@ DEFINE_TRACE(TrackBase)
visitor->trace(m_mediaElement);
}
-void TrackBase::setKind(const AtomicString& kind)
-{
- m_kind = kind;
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TrackBase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698