| Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| index edcdb4e9d3792f6570cfe1dd0780d8b02b0f9671..49e92e924407ce37769396b13576ff2d4ec03054 100644
|
| --- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| @@ -79,7 +79,6 @@
|
| #include "FindInPageCoordinates.h"
|
| #include "HTMLNames.h"
|
| #include "PageOverlay.h"
|
| -#include "SkiaUtils.h"
|
| #include "V8DOMFileSystem.h"
|
| #include "V8DirectoryEntry.h"
|
| #include "V8FileEntry.h"
|
| @@ -163,6 +162,7 @@
|
| #include "core/platform/chromium/ClipboardUtilitiesChromium.h"
|
| #include "core/platform/chromium/TraceEvent.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| +#include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "core/platform/network/ResourceHandle.h"
|
| #include "core/platform/network/ResourceRequest.h"
|
| #include "core/rendering/HitTestResult.h"
|
|
|