| 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..6b3fb467625a8d82738c80e2102e70143f8ce653 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 "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/MathExtras.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;
|
|
|