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

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

Issue 1523273002: Measure SVGSVGElement.viewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGSVGElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
index 43314a5802270ccb4dab8744e47ad04303404967..4efb2712a4cf48080948c7afaffd7f4768783173 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
@@ -29,7 +29,7 @@ interface SVGSVGElement : SVGGraphicsElement {
[MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength width;
[MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength height;
// TODO(philipj): viewport should be a DOMRectReadOnly.
- readonly attribute SVGRect viewport;
+ [Measure] readonly attribute SVGRect viewport;
// TODO(philipj): useCurrentView and currentView have been removed:
// https://github.com/w3c/svgwg/commit/4c26fd36937a65192024208d85c144a21071b057
[Measure] readonly attribute boolean useCurrentView;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698