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

Unified Diff: Source/core/html/HTMLTrackElement.cpp

Issue 60633004: Remove WebInbandTextTrack::isDefault() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@unusedtrack
Patch Set: remove more Created 7 years, 1 month 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/HTMLTrackElement.h ('k') | Source/platform/graphics/media/InbandTextTrackPrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTrackElement.cpp
diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp
index 00231371f29abbb390559068a79d40348fd88eac..a52a403119dc42ebc19058df3b7d24e2adef1500 100644
--- a/Source/core/html/HTMLTrackElement.cpp
+++ b/Source/core/html/HTMLTrackElement.cpp
@@ -146,16 +146,6 @@ void HTMLTrackElement::setLabel(const String& label)
setAttribute(labelAttr, label);
}
-bool HTMLTrackElement::isDefault() const
-{
- return fastHasAttribute(defaultAttr);
-}
-
-void HTMLTrackElement::setIsDefault(bool isDefault)
-{
- setBooleanAttribute(defaultAttr, isDefault);
-}
-
LoadableTextTrack* HTMLTrackElement::ensureTrack()
{
if (!m_track) {
« no previous file with comments | « Source/core/html/HTMLTrackElement.h ('k') | Source/platform/graphics/media/InbandTextTrackPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698