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

Unified Diff: third_party/WebCore/svg/SVGSVGElement.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « third_party/WebCore/svg/SVGRenderingIntent.idl ('k') | third_party/WebCore/svg/SVGStylable.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/svg/SVGSVGElement.idl
diff --git a/third_party/WebCore/svg/SVGSVGElement.idl b/third_party/WebCore/svg/SVGSVGElement.idl
index 8fcd3d81e490b20919999c619b1b14d4cba9104c..54f4c619f084378d1bc78b28ec21ae71e591870c 100644
--- a/third_party/WebCore/svg/SVGSVGElement.idl
+++ b/third_party/WebCore/svg/SVGSVGElement.idl
@@ -48,9 +48,8 @@ module svg {
readonly attribute float pixelUnitToMillimeterY;
readonly attribute float screenPixelToMillimeterX;
readonly attribute float screenPixelToMillimeterY;
- attribute boolean useCurrentView
- /*setter raises(DOMException)*/;
- // TODO readonly attribute SVGViewSpec currentView;
+ readonly attribute boolean useCurrentView;
+ readonly attribute SVGViewSpec currentView;
attribute float currentScale
/*setter raises(DOMException)*/;
readonly attribute SVGPoint currentTranslate;
« no previous file with comments | « third_party/WebCore/svg/SVGRenderingIntent.idl ('k') | third_party/WebCore/svg/SVGStylable.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698