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, |