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

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

Issue 2360383003: Make SVG*StringList and SVGStringListTearOff scarcer (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGViewElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGViewElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGViewElement.cpp b/third_party/WebKit/Source/core/svg/SVGViewElement.cpp
index 45c5126abd921c1aaab38b08d25ae73a59a233a2..9e21340a9b42f4397415b6ef26fd8769b0b84305 100644
--- a/third_party/WebKit/Source/core/svg/SVGViewElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGViewElement.cpp
@@ -20,7 +20,9 @@
#include "core/svg/SVGViewElement.h"
+#include "core/SVGNames.h"
#include "core/frame/UseCounter.h"
+#include "core/svg/SVGStaticStringList.h"
namespace blink {
@@ -42,6 +44,11 @@ DEFINE_TRACE(SVGViewElement)
SVGFitToViewBox::trace(visitor);
}
+SVGStringListTearOff* SVGViewElement::viewTarget()
+{
+ return m_viewTarget->tearOff();
+}
+
void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& value)
{
if (SVGZoomAndPan::parseAttribute(name, value))
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGViewElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698