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..9e3f2b911fbf826eceec21c7b046ee3a87371438 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGViewElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGViewElement.h |
@@ -29,7 +29,6 @@ |
namespace blink { |
class SVGStaticStringList; |
-class SVGStringListTearOff; |
class SVGViewElement final : public SVGElement, |
public SVGFitToViewBox, |
@@ -39,9 +38,6 @@ class SVGViewElement final : public SVGElement, |
public: |
DECLARE_NODE_FACTORY(SVGViewElement); |
- |
- SVGStringListTearOff* viewTarget(); |
- |
DECLARE_VIRTUAL_TRACE(); |
private: |
@@ -52,8 +48,6 @@ class SVGViewElement final : public SVGElement, |
const AtomicString&) override; |
bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; } |
- |
- Member<SVGStaticStringList> m_viewTarget; |
}; |
} // namespace blink |