| Index: Source/core/rendering/RenderThemeChromiumWin.cpp
 | 
| diff --git a/Source/core/rendering/RenderThemeChromiumWin.cpp b/Source/core/rendering/RenderThemeChromiumWin.cpp
 | 
| index c2ee72a0fda156a6e0c7be666f90cae4667905d4..c880c4812522daf84803f64b861808b4a216d089 100644
 | 
| --- a/Source/core/rendering/RenderThemeChromiumWin.cpp
 | 
| +++ b/Source/core/rendering/RenderThemeChromiumWin.cpp
 | 
| @@ -31,7 +31,6 @@
 | 
|  
 | 
|  #include "CSSValueKeywords.h"
 | 
|  #include "HTMLNames.h"
 | 
| -#include "PlatformContextSkia.h"
 | 
|  #include "core/html/HTMLMediaElement.h"
 | 
|  #include "core/html/shadow/MediaControlElements.h"
 | 
|  #include "core/platform/LayoutTestSupport.h"
 | 
| @@ -40,6 +39,7 @@
 | 
|  #include "core/platform/graphics/GraphicsContext.h"
 | 
|  #include "core/platform/graphics/chromium/FontUtilsChromiumWin.h"
 | 
|  #include "core/platform/graphics/chromium/TransparencyWin.h"
 | 
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
 | 
|  #include "core/platform/win/SystemInfo.h"
 | 
|  #include "core/rendering/PaintInfo.h"
 | 
|  #include "core/rendering/RenderBox.h"
 | 
| 
 |