| Index: Source/web/tests/WebFrameTest.cpp
|
| diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
|
| index 36c37560f0ca5bf6db5ff16e0c505a8591716e0c..b69d3d19ebfbdb783b23db1d59a3462e3ddad628 100644
|
| --- a/Source/web/tests/WebFrameTest.cpp
|
| +++ b/Source/web/tests/WebFrameTest.cpp
|
| @@ -72,12 +72,12 @@
|
| #include "core/page/FrameView.h"
|
| #include "core/page/Settings.h"
|
| #include "core/platform/ScrollbarTheme.h"
|
| -#include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/network/ResourceError.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderLayerCompositor.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "core/rendering/TextAutosizer.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| #include "v8.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebFloatRect.h"
|
|
|