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

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

Issue 59623008: Let the TextTrackCue constructor return a VTTCue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@vttcue
Patch Set: 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/bindings/v8/custom/V8TextTrackCueCustom.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrackCue.idl
diff --git a/Source/core/html/track/TextTrackCue.idl b/Source/core/html/track/TextTrackCue.idl
index 0fa75e14141358ac0e210a82f574c44dfda465ad..333b85de5b25fc6a4a67babe0a478250964d6b35 100644
--- a/Source/core/html/track/TextTrackCue.idl
+++ b/Source/core/html/track/TextTrackCue.idl
@@ -26,7 +26,8 @@
[
RuntimeEnabled=VideoTrack,
CustomToV8,
- DoNotGenerateWrap
+ DoNotGenerateWrap,
+ CustomConstructor(double startTime, double endTime, DOMString text)
] interface TextTrackCue : EventTarget {
readonly attribute TextTrack track;
« no previous file with comments | « Source/bindings/v8/custom/V8TextTrackCueCustom.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698