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

Unified Diff: core/html/track/vtt/VTTRegion.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/html/track/vtt/VTTCue.idl ('k') | core/html/track/vtt/VTTRegionList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/track/vtt/VTTRegion.idl
diff --git a/core/html/track/VTTRegion.idl b/core/html/track/vtt/VTTRegion.idl
similarity index 77%
rename from core/html/track/VTTRegion.idl
rename to core/html/track/vtt/VTTRegion.idl
index d3793af64d2a751f9bbaa737227eb7e85f8b2d5f..398f7404b97ab0ccd615365525ac08870cee7bf1 100644
--- a/core/html/track/VTTRegion.idl
+++ b/core/html/track/vtt/VTTRegion.idl
@@ -24,18 +24,18 @@
*/
[
- Constructor(),
+ Constructor,
RuntimeEnabled=WebVTTRegions
] interface VTTRegion {
readonly attribute TextTrack track;
attribute DOMString id;
- [SetterRaisesException] attribute double width;
- [SetterRaisesException] attribute long height;
- [SetterRaisesException] attribute double regionAnchorX;
- [SetterRaisesException] attribute double regionAnchorY;
- [SetterRaisesException] attribute double viewportAnchorX;
- [SetterRaisesException] attribute double viewportAnchorY;
- [SetterRaisesException] attribute DOMString scroll;
+ [RaisesException=Setter] attribute double width;
+ [RaisesException=Setter] attribute long height;
+ [RaisesException=Setter] attribute double regionAnchorX;
+ [RaisesException=Setter] attribute double regionAnchorY;
+ [RaisesException=Setter] attribute double viewportAnchorX;
+ [RaisesException=Setter] attribute double viewportAnchorY;
+ [RaisesException=Setter] attribute DOMString scroll;
};
« no previous file with comments | « core/html/track/vtt/VTTCue.idl ('k') | core/html/track/vtt/VTTRegionList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698