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

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

Issue 55653003: Rename TextTrackRegion/TextTrackRegionList to VTTRegion/VTTRegionList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations 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/track/TextTrack.cpp ('k') | Source/core/html/track/TextTrackCue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrack.idl
diff --git a/Source/core/html/track/TextTrack.idl b/Source/core/html/track/TextTrack.idl
index f11c4bd7a4d59002b38f083e30b4a53167114905..1b9eadd31897c0b275cd5cf8e4fae044baea7f28 100644
--- a/Source/core/html/track/TextTrack.idl
+++ b/Source/core/html/track/TextTrack.idl
@@ -43,7 +43,7 @@ enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "m
attribute EventHandler oncuechange;
- [RuntimeEnabled=WebVTTRegions] readonly attribute TextTrackRegionList regions;
- [RuntimeEnabled=WebVTTRegions] void addRegion(TextTrackRegion region);
- [RaisesException, RuntimeEnabled=WebVTTRegions] void removeRegion(TextTrackRegion region);
+ [RuntimeEnabled=WebVTTRegions] readonly attribute VTTRegionList regions;
+ [RuntimeEnabled=WebVTTRegions] void addRegion(VTTRegion region);
+ [RaisesException, RuntimeEnabled=WebVTTRegions] void removeRegion(VTTRegion region);
};
« no previous file with comments | « Source/core/html/track/TextTrack.cpp ('k') | Source/core/html/track/TextTrackCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698