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

Unified Diff: Source/core/svg/SVGSVGElement.idl

Issue 1180903005: Measure SVGSVGElement.useCurrentView/currentView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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 | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSVGElement.idl
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl
index c7ede34d580e569db4c4e65f0d2bf125d6ea91f2..0ad5d7ad7bf39d2803c42f5dc0c9748ce8dd973f 100644
--- a/Source/core/svg/SVGSVGElement.idl
+++ b/Source/core/svg/SVGSVGElement.idl
@@ -32,8 +32,10 @@
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height;
// TODO(philipj): viewport should be a DOMRectReadOnly.
readonly attribute SVGRect viewport;
- readonly attribute boolean useCurrentView;
- readonly attribute SVGViewSpec currentView;
+ // TODO(philipj): useCurrentView and currentView have been removed:
+ // https://github.com/w3c/svgwg/commit/4c26fd36937a65192024208d85c144a21071b057
+ [Measure] readonly attribute boolean useCurrentView;
+ [Measure] readonly attribute SVGViewSpec currentView;
attribute float currentScale;
// TODO(philipj): currentTranslate should be a DOMPointReadOnly.
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate;
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698