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

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

Issue 2163213007: Deprecate currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep #svgView() impl Created 4 years, 5 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
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 cf6a094cf4debcdf0e5baca501bf7b6752a59853..b4d1a96c5e76371e76f08f50b802d3557e3c36bd 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
@@ -29,10 +29,6 @@ interface SVGSVGElement : SVGGraphicsElement {
[MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength height;
// TODO(foolip): viewport should be a DOMRectReadOnly.
[Measure] readonly attribute SVGRect viewport;
- // TODO(foolip): 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(foolip): currentTranslate should be a DOMPointReadOnly.
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate;

Powered by Google App Engine
This is Rietveld 408576698