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

Unified Diff: Source/core/html/track/VTTRegion.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/VTTRegion.cpp ('k') | Source/core/html/track/VTTRegionList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/VTTRegion.idl
diff --git a/Source/core/html/track/TextTrackRegion.idl b/Source/core/html/track/VTTRegion.idl
similarity index 98%
rename from Source/core/html/track/TextTrackRegion.idl
rename to Source/core/html/track/VTTRegion.idl
index 2f9d88e91a0a87143ac049e90c2b86bde329ebbb..45347a645628c4a318a73d9289fd79803bb6f7e6 100644
--- a/Source/core/html/track/TextTrackRegion.idl
+++ b/Source/core/html/track/VTTRegion.idl
@@ -27,7 +27,7 @@
Constructor(),
RuntimeEnabled=VideoTrack,
RuntimeEnabled=WebVTTRegions
-] interface TextTrackRegion {
+] interface VTTRegion {
readonly attribute TextTrack track;
attribute DOMString id;
« no previous file with comments | « Source/core/html/track/VTTRegion.cpp ('k') | Source/core/html/track/VTTRegionList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698