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

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

Issue 993613005: Stop pushing the value of 'default' to LoadableTextTrack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « Source/core/html/HTMLTrackElement.cpp ('k') | Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/LoadableTextTrack.h
diff --git a/Source/core/html/track/LoadableTextTrack.h b/Source/core/html/track/LoadableTextTrack.h
index e63ff41a5e847fd16acacf3f71e7e49fa4a0bb4a..c9490182295dcddd57d68cb87e738fdb0c8fd1d5 100644
--- a/Source/core/html/track/LoadableTextTrack.h
+++ b/Source/core/html/track/LoadableTextTrack.h
@@ -55,8 +55,7 @@ public:
void clearTrackElement();
#endif
- virtual bool isDefault() const override { return m_isDefault; }
- virtual void setIsDefault(bool isDefault) override { m_isDefault = isDefault; }
+ virtual bool isDefault() const override;
DECLARE_VIRTUAL_TRACE();
@@ -74,7 +73,6 @@ private:
Timer<LoadableTextTrack> m_loadTimer;
OwnPtrWillBeMember<TextTrackLoader> m_loader;
KURL m_url;
- bool m_isDefault;
};
} // namespace blink
« no previous file with comments | « Source/core/html/HTMLTrackElement.cpp ('k') | Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698