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

Unified Diff: Source/core/html/track/VTTRegionList.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/VTTRegionList.cpp ('k') | Source/core/html/track/WebVTTParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/VTTRegionList.idl
diff --git a/Source/core/html/track/TextTrackRegionList.idl b/Source/core/html/track/VTTRegionList.idl
similarity index 90%
rename from Source/core/html/track/TextTrackRegionList.idl
rename to Source/core/html/track/VTTRegionList.idl
index b64949acafa93657b3d54985fef121227ecdb755..ff28c5d4f27ed2c48d91d6002193366e2495ff42 100644
--- a/Source/core/html/track/TextTrackRegionList.idl
+++ b/Source/core/html/track/VTTRegionList.idl
@@ -24,12 +24,11 @@
*/
[
- NoInterfaceObject,
RuntimeEnabled=VideoTrack,
RuntimeEnabled=WebVTTRegions
-] interface TextTrackRegionList {
+] interface VTTRegionList {
readonly attribute unsigned long length;
- getter TextTrackRegion item(unsigned long index);
- TextTrackRegion getRegionById(DOMString id);
+ getter VTTRegion item(unsigned long index);
+ VTTRegion getRegionById(DOMString id);
};
« no previous file with comments | « Source/core/html/track/VTTRegionList.cpp ('k') | Source/core/html/track/WebVTTParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698