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

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

Issue 1947033002: Change "invalid value default" for HTMLTrackElement 'kind' to "metadata" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: third_party/WebKit/Source/core/html/track/AudioTrack.h
diff --git a/third_party/WebKit/Source/core/html/track/AudioTrack.h b/third_party/WebKit/Source/core/html/track/AudioTrack.h
index c746ec1e11576b8dd4cb9afe406bd5ea83784b1e..f6087e44b949d7e794ceb8bde8564bf44693d694 100644
--- a/third_party/WebKit/Source/core/html/track/AudioTrack.h
+++ b/third_party/WebKit/Source/core/html/track/AudioTrack.h
@@ -41,7 +41,7 @@ private:
// TrackBase
bool isValidKind(const AtomicString& kind) const override { return isValidKindKeyword(kind); }
- AtomicString defaultKind() const override;
+ AtomicString invalidValueDefaultKind() const override;
bool m_enabled;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTrackElement.cpp ('k') | third_party/WebKit/Source/core/html/track/AudioTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698