| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 10805151cae5733c820f851c3f9890237a31ca69..23dfa4720749c85b546f9aea1b7b5a338b3e01de 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -156,11 +156,6 @@
|
| #include "core/page/Page.h"
|
| #include "core/page/PrintContext.h"
|
| #include "core/page/Settings.h"
|
| -#include "core/platform/ScrollbarTheme.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/GraphicsLayerClient.h"
|
| -#include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderBox.h"
|
| #include "core/rendering/RenderFrame.h"
|
| @@ -179,7 +174,12 @@
|
| #include "platform/TraceEvent.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/clipboard/ClipboardUtilities.h"
|
| +#include "platform/fonts/FontCache.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/GraphicsLayerClient.h"
|
| +#include "platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/network/ResourceRequest.h"
|
| +#include "platform/scroll/ScrollbarTheme.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
|
|