| Index: third_party/WebKit/public/platform/WebFloatRect.h
|
| diff --git a/third_party/WebKit/public/platform/WebFloatRect.h b/third_party/WebKit/public/platform/WebFloatRect.h
|
| index 614668783df86b80f37106d55024d7ce4afa32a9..49ba4b2f2639b65f50aed2f3c08c0148f1b17cdd 100644
|
| --- a/third_party/WebKit/public/platform/WebFloatRect.h
|
| +++ b/third_party/WebKit/public/platform/WebFloatRect.h
|
| @@ -36,9 +36,9 @@
|
| #if INSIDE_BLINK
|
| #include "platform/geometry/FloatRect.h"
|
| #else
|
| +#include <ui/gfx/geometry/rect_f.h>
|
| #include <algorithm>
|
| #include <cmath>
|
| -#include <ui/gfx/geometry/rect_f.h>
|
| #endif
|
|
|
| namespace blink {
|
|
|