summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/svg/SVGTransform.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGTransform.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGTransform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGTransform.h b/chromium/third_party/WebKit/Source/core/svg/SVGTransform.h
index 3053d4f2401..71f7668b38d 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGTransform.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGTransform.h
@@ -21,8 +21,8 @@
#ifndef SVGTransform_h
#define SVGTransform_h
-#include "core/platform/graphics/FloatPoint.h"
#include "core/svg/SVGMatrix.h"
+#include "platform/geometry/FloatPoint.h"
#include "wtf/text/WTFString.h"
namespace WebCore {