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

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

Issue 2488703003: Remove SVGViewElement.viewTarget attribute (Closed)
Patch Set: fixed layout test failures in html5lib 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..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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAttributeNames.in ('k') | third_party/WebKit/Source/core/svg/SVGViewElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698