| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 44bdae493fa44ae70b5a9b6ca0757c03a4827fde..5ea71c53c072ae9d5c25d7207488850734bd38d4 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -47,11 +47,11 @@
|
| #include "core/page/PagePopupDriver.h"
|
| #include "core/page/PageScaleConstraintsSet.h"
|
| #include "core/platform/Timer.h"
|
| -#include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
| -#include "core/platform/graphics/IntPoint.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| +#include "platform/geometry/FloatSize.h"
|
| +#include "platform/geometry/IntPoint.h"
|
| +#include "platform/geometry/IntRect.h"
|
| #include "public/platform/WebFloatQuad.h"
|
| #include "public/platform/WebGestureCurveTarget.h"
|
| #include "public/platform/WebLayer.h"
|
|
|