Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
index 3945f3f067e2cc5310ede4243f4e66b9f1faa363..65b2113bffe9f3f1ecfb711e8d78d1886e71f520 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
@@ -25,7 +25,6 @@ |
#include "core/CoreExport.h" |
#include "core/svg/SVGAnimatedTransformList.h" |
#include "core/svg/SVGElement.h" |
-#include "core/svg/SVGRectTearOff.h" |
#include "core/svg/SVGTests.h" |
#include "platform/heap/Handle.h" |
@@ -34,6 +33,7 @@ namespace blink { |
class AffineTransform; |
class Path; |
class SVGMatrixTearOff; |
+class SVGRectTearOff; |
class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests { |
DEFINE_WRAPPERTYPEINFO(); |