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

Unified Diff: third_party/WebKit/Source/core/svg/SVGViewElement.h

Issue 2488703003: Remove SVGViewElement.viewTarget attribute (Closed)
Patch Set: Created 4 years, 1 month 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/SVGViewElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGViewElement.h b/third_party/WebKit/Source/core/svg/SVGViewElement.h
index a72b157df0305603061107865c6556f3ac344e51..49a772788d49ba5eff94724ad1b755c7ca8d43aa 100644
--- a/third_party/WebKit/Source/core/svg/SVGViewElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGViewElement.h
@@ -39,9 +39,6 @@ class SVGViewElement final : public SVGElement,
public:
DECLARE_NODE_FACTORY(SVGViewElement);
-
- SVGStringListTearOff* viewTarget();
-
DECLARE_VIRTUAL_TRACE();
private:
@@ -52,8 +49,6 @@ class SVGViewElement final : public SVGElement,
const AtomicString&) override;
bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
-
- Member<SVGStaticStringList> m_viewTarget;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698