diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebContentLayerImpl.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/WebContentLayerImpl.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Source/WebKit/chromium/src/WebContentLayerImpl.cpp b/Source/WebKit/chromium/src/WebContentLayerImpl.cpp index ecf099a4a..69da1ea3f 100644 --- a/Source/WebKit/chromium/src/WebContentLayerImpl.cpp +++ b/Source/WebKit/chromium/src/WebContentLayerImpl.cpp @@ -26,12 +26,9 @@ #include "config.h" #include "WebContentLayerImpl.h" -#include "platform/WebContentLayerClient.h" -#include "platform/WebFloatRect.h" -#include "platform/WebRect.h" -#include "GraphicsContext.h" -#include "platform/WebCanvas.h" -#include "PlatformContextSkia.h" +#include <public/WebContentLayerClient.h> +#include <public/WebFloatRect.h> +#include <public/WebRect.h> using namespace WebCore; |