Index: third_party/WebKit/Source/platform/geometry/FloatSize.h |
diff --git a/third_party/WebKit/Source/platform/geometry/FloatSize.h b/third_party/WebKit/Source/platform/geometry/FloatSize.h |
index cf9e172896809713891768b24680b7e3481f0cd4..7de99fee4f89a2f283c84e1141e70ebd5ab49f1e 100644 |
--- a/third_party/WebKit/Source/platform/geometry/FloatSize.h |
+++ b/third_party/WebKit/Source/platform/geometry/FloatSize.h |
@@ -28,12 +28,12 @@ |
#ifndef FloatSize_h |
#define FloatSize_h |
+#include <iosfwd> |
#include "platform/geometry/IntPoint.h" |
#include "third_party/skia/include/core/SkSize.h" |
#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
#include "wtf/MathExtras.h" |
-#include <iosfwd> |
#if OS(MACOSX) |
typedef struct CGSize CGSize; |