| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| index 1ffc7e1a943d6b90c4fee45fb0e44ee7f3fff534..476df87f57a43759f944e043ca8c77a4437b88b1 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| @@ -69,7 +69,6 @@
|
| #include "InspectorInstrumentation.h"
|
| #include "KeyboardCodes.h"
|
| #include "KeyboardEvent.h"
|
| -#include "LayerPainterChromium.h"
|
| #include "LinkHighlight.h"
|
| #include "MIMETypeRegistry.h"
|
| #include "NodeRenderStyle.h"
|
| @@ -97,7 +96,6 @@
|
| #include "SecurityOrigin.h"
|
| #include "SecurityPolicy.h"
|
| #include "Settings.h"
|
| -#include "SharedGraphicsContext3D.h"
|
| #include "SpeechInputClientImpl.h"
|
| #include "SpeechRecognitionClientProxy.h"
|
| #include "StyleResolver.h"
|
| @@ -143,6 +141,8 @@
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
| #include "core/platform/graphics/Image.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| +#include "core/platform/graphics/chromium/LayerPainterChromium.h"
|
| +#include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
|
| #include "painting/ContinuousPainter.h"
|
| #include "painting/GraphicsContextBuilder.h"
|
| #include "src/WebActiveGestureAnimation.h"
|
|
|