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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrack.idl

Issue 2685943004: Remove TextTrack.regions and VTTRegionList (Closed)
Patch Set: Rebase Created 3 years, 10 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/TextTrack.idl
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.idl b/third_party/WebKit/Source/core/html/track/TextTrack.idl
index 4d1ea94862af189ea4aaf89146d02859271c195c..b09a1f7ce7cbbb17f271695680b4d75f3792d798 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrack.idl
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.idl
@@ -47,8 +47,4 @@ enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "m
[RaisesException] void removeCue(TextTrackCue cue);
attribute EventHandler oncuechange;
-
- // TODO(foolip): These WebVTT extensions have been removed from the spec:
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
- [RuntimeEnabled=WebVTTRegions] readonly attribute VTTRegionList regions;
};

Powered by Google App Engine
This is Rietveld 408576698