| Index: third_party/WebKit/public/platform/WebRect.h
|
| diff --git a/third_party/WebKit/public/platform/WebRect.h b/third_party/WebKit/public/platform/WebRect.h
|
| index da7f14d8ebeb6b51581ded7bf3f1534b37c0d294..dea6c7f6a5b4dcc9bc865ec0aaa66f95427b7e0b 100644
|
| --- a/third_party/WebKit/public/platform/WebRect.h
|
| +++ b/third_party/WebKit/public/platform/WebRect.h
|
| @@ -36,9 +36,9 @@
|
| #if INSIDE_BLINK
|
| #include "platform/geometry/IntRect.h"
|
| #else
|
| +#include <ui/gfx/geometry/rect.h>
|
| #include <algorithm>
|
| #include <cmath>
|
| -#include <ui/gfx/geometry/rect.h>
|
| #endif
|
|
|
| namespace blink {
|
|
|