| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
 | 
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
 | 
| index 36b9365962779e3b3d80d9b7530a5de2d0c7f427..0464d872cd7a6fecc39293a3232e760423582675 100644
 | 
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
 | 
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
 | 
| @@ -43,7 +43,6 @@
 | 
|  #include "LinkHighlight.h"
 | 
|  #include "NonCompositedContentHost.h"
 | 
|  #include "PageWidgetDelegate.h"
 | 
| -#include "PlatformContextSkia.h"
 | 
|  #include "PrerendererClientImpl.h"
 | 
|  #include "SpeechInputClientImpl.h"
 | 
|  #include "SpeechRecognitionClientProxy.h"
 | 
| @@ -136,6 +135,7 @@
 | 
|  #include "core/platform/graphics/ImageBuffer.h"
 | 
|  #include "core/platform/graphics/chromium/LayerPainterChromium.h"
 | 
|  #include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
 | 
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
 | 
|  #include "core/platform/network/ResourceHandle.h"
 | 
|  #include "core/rendering/RenderLayerCompositor.h"
 | 
|  #include "core/rendering/RenderView.h"
 | 
| 
 |