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

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

Issue 2361973003: Reduce includes of some SVG*TearOff types (Closed)
Patch Set: Rebase 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/SVGSVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
index bd9cdf6792f41ef9e8e5413ba8dc6080a75de5aa..e2931fbd17b845c68f7258366c8d00427745db3a 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
@@ -26,20 +26,21 @@
#include "core/svg/SVGAnimatedLength.h"
#include "core/svg/SVGFitToViewBox.h"
#include "core/svg/SVGGraphicsElement.h"
-#include "core/svg/SVGLengthTearOff.h"
-#include "core/svg/SVGPointTearOff.h"
+#include "core/svg/SVGPoint.h"
#include "core/svg/SVGZoomAndPan.h"
#include "platform/heap/Handle.h"
namespace blink {
-class SVGMatrixTearOff;
+class SMILTimeContainer;
class SVGAngleTearOff;
+class SVGLengthTearOff;
+class SVGMatrixTearOff;
class SVGNumberTearOff;
+class SVGPointTearOff;
class SVGTransformTearOff;
-class SVGViewSpec;
class SVGViewElement;
-class SMILTimeContainer;
+class SVGViewSpec;
class SVGSVGElement final : public SVGGraphicsElement,
public SVGFitToViewBox,
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698