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

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

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
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 7b02eee90e92951a0a89f334fbc340448d123a58..d25c2998e8859d6e939f4adaa817ef345a63f2c6 100644
--- a/third_party/WebKit/Source/core/svg/SVGViewElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGViewElement.h
@@ -21,16 +21,16 @@
#ifndef SVGViewElement_h
#define SVGViewElement_h
-#include "core/SVGNames.h"
-#include "core/svg/SVGAnimatedBoolean.h"
#include "core/svg/SVGElement.h"
#include "core/svg/SVGFitToViewBox.h"
-#include "core/svg/SVGStaticStringList.h"
#include "core/svg/SVGZoomAndPan.h"
#include "platform/heap/Handle.h"
namespace blink {
+class SVGStaticStringList;
+class SVGStringListTearOff;
+
class SVGViewElement final : public SVGElement,
public SVGFitToViewBox,
public SVGZoomAndPan {
@@ -39,7 +39,7 @@ class SVGViewElement final : public SVGElement,
public:
DECLARE_NODE_FACTORY(SVGViewElement);
- SVGStringListTearOff* viewTarget() { return m_viewTarget->tearOff(); }
+ SVGStringListTearOff* viewTarget();
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTests.cpp ('k') | third_party/WebKit/Source/core/svg/SVGViewElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698