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

Unified Diff: core/svg/SVGPreserveAspectRatio.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/svg/SVGPolylineElement.idl ('k') | core/svg/SVGRadialGradientElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGPreserveAspectRatio.idl
diff --git a/core/svg/SVGPreserveAspectRatio.idl b/core/svg/SVGPreserveAspectRatio.idl
index 9c6d89e6284206a9ed93204a5dec6cf7584b726f..dc9ba056afb4007ca8c0a49e08937649593a8692 100644
--- a/core/svg/SVGPreserveAspectRatio.idl
+++ b/core/svg/SVGPreserveAspectRatio.idl
@@ -23,10 +23,15 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGPreserveAspectRatio
+
[
TypeChecking=Interface,
ImplementedAs=SVGPreserveAspectRatioTearOff,
- SetWrapperReferenceTo(SVGElement contextElement)
+ SetWrapperReferenceTo(SVGElement contextElement),
+ RuntimeEnabled=SVG1DOM,
+ MeasureAs=SVG1DOM,
+ WillBeGarbageCollected,
] interface SVGPreserveAspectRatio {
// Alignment types
const unsigned short SVG_PRESERVEASPECTRATIO_UNKNOWN = 0;
@@ -47,6 +52,5 @@
const unsigned short SVG_MEETORSLICE_SLICE = 2;
[RaisesException=Setter] attribute unsigned short align;
-
[RaisesException=Setter] attribute unsigned short meetOrSlice;
};
« no previous file with comments | « core/svg/SVGPolylineElement.idl ('k') | core/svg/SVGRadialGradientElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698