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

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

Issue 69993003: Split VTTCue from TextTrackCue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test 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..0fa75e14141358ac0e210a82f574c44dfda465ad 100644
--- a/Source/core/html/track/TextTrackCue.idl
+++ b/Source/core/html/track/TextTrackCue.idl
@@ -25,8 +25,8 @@
[
RuntimeEnabled=VideoTrack,
- Constructor(double startTime, double endTime, DOMString text),
- ConstructorCallWith=Document
+ CustomToV8,
+ DoNotGenerateWrap
] interface TextTrackCue : EventTarget {
readonly attribute TextTrack track;
@@ -35,19 +35,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