| Index: third_party/WebKit/Source/platform/geometry/FloatRect.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatRect.cpp b/third_party/WebKit/Source/platform/geometry/FloatRect.cpp
|
| index f276d2eab1a303c409426d80da4e9c5cffbbf89a..c6eb377cfacb550d58762be26ec84893e81a2a3d 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatRect.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatRect.cpp
|
| @@ -28,10 +28,10 @@
|
|
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
| #include "ui/gfx/geometry/rect_f.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|