| Index: sky/engine/public/platform/WebRect.h
|
| diff --git a/sky/engine/public/platform/WebRect.h b/sky/engine/public/platform/WebRect.h
|
| index 107c0b57e4b06698e4e0bbaab825253d18673e08..f14678e72b64837633c4c4c6193d478a9e97286b 100644
|
| --- a/sky/engine/public/platform/WebRect.h
|
| +++ b/sky/engine/public/platform/WebRect.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef WebRect_h
|
| #define WebRect_h
|
|
|
| -#include "WebCommon.h"
|
| +#include "sky/engine/public/platform/WebCommon.h"
|
|
|
| #if INSIDE_BLINK
|
| -#include "platform/geometry/IntRect.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| #else
|
| #include <algorithm>
|
| #include <cmath>
|
| -#include <ui/gfx/rect.h>
|
| +#include "ui/gfx/rect.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|