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

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

Issue 63173020: Split VTTCue from TextTrackCue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/core/html/track/TextTrackCue.cpp ('k') | Source/core/html/track/VTTCue.h » ('j') | 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 0332e3482acdf1ce19985e61222472533fe21b43..333b85de5b25fc6a4a67babe0a478250964d6b35 100644
--- a/Source/core/html/track/TextTrackCue.idl
+++ b/Source/core/html/track/TextTrackCue.idl
@@ -25,8 +25,9 @@
[
RuntimeEnabled=VideoTrack,
- Constructor(double startTime, double endTime, DOMString text),
- ConstructorCallWith=Document
+ CustomToV8,
+ DoNotGenerateWrap,
+ CustomConstructor(double startTime, double endTime, DOMString text)
] interface TextTrackCue : EventTarget {
readonly attribute TextTrack track;
@@ -35,19 +36,6 @@
[RaisesException=Setter] attribute double endTime;
attribute boolean pauseOnExit;
- [RaisesException=Setter] attribute DOMString vertical;
- attribute boolean snapToLines;
- [RaisesException=Setter] attribute long line;
- [RaisesException=Setter] attribute long position;
- [RaisesException=Setter] attribute long size;
- [RaisesException=Setter] attribute DOMString align;
-
- attribute DOMString text;
- DocumentFragment getCueAsHTML();
-
attribute EventHandler onenter;
attribute EventHandler onexit;
-
- [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
};
-
« no previous file with comments | « Source/core/html/track/TextTrackCue.cpp ('k') | Source/core/html/track/VTTCue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698