| Index: Source/WebKit/chromium/src/PageOverlay.cpp
|
| diff --git a/Source/WebKit/chromium/src/PageOverlay.cpp b/Source/WebKit/chromium/src/PageOverlay.cpp
|
| index 111b027ea002fecbd603c0ef6d9390f7d8143e0f..e420aaaa8d0f36744f1ffad289de441f49b4788b 100644
|
| --- a/Source/WebKit/chromium/src/PageOverlay.cpp
|
| +++ b/Source/WebKit/chromium/src/PageOverlay.cpp
|
| @@ -29,7 +29,6 @@
|
| #include "config.h"
|
| #include "PageOverlay.h"
|
|
|
| -#include "PlatformContextSkia.h"
|
| #include "WebPageOverlay.h"
|
| #include "WebViewClient.h"
|
| #include "WebViewImpl.h"
|
| @@ -38,6 +37,7 @@
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
| #include "core/platform/graphics/GraphicsLayerClient.h"
|
| #include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
|
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
|
| #include <public/WebLayer.h>
|
|
|
| using namespace WebCore;
|
|
|