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

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

Issue 25798003: Enable WebVTT regions for runtime testing, updated tests and minor fixes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 2 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
« no previous file with comments | « Source/core/html/track/TextTrackRegion.cpp ('k') | Source/core/html/track/TextTrackRegionList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrackRegion.idl
diff --git a/Source/core/html/track/TextTrackRegion.idl b/Source/core/html/track/TextTrackRegion.idl
index 77ca009f599b4c371bc07ceaa8db00680174adeb..8e020bb0897021e4344f137cc8ae7ae7c7dadf2d 100644
--- a/Source/core/html/track/TextTrackRegion.idl
+++ b/Source/core/html/track/TextTrackRegion.idl
@@ -24,9 +24,9 @@
*/
[
- Conditional=WEBVTT_REGIONS,
Constructor(),
RuntimeEnabled=VideoTrack,
+ RuntimeEnabled=WebVTTRegions,
ConstructorCallWith=ExecutionContext
] interface TextTrackRegion {
readonly attribute TextTrack track;
« no previous file with comments | « Source/core/html/track/TextTrackRegion.cpp ('k') | Source/core/html/track/TextTrackRegionList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698