| Index: Source/core/rendering/RenderThemeChromiumSkia.cpp
|
| diff --git a/Source/core/rendering/RenderThemeChromiumSkia.cpp b/Source/core/rendering/RenderThemeChromiumSkia.cpp
|
| index 135b4cc1ee2d1c5723d99d7f135e69e7a7a9be0a..db04d93a39a5a4583db03046b307c10d3b601eb8 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumSkia.cpp
|
| +++ b/Source/core/rendering/RenderThemeChromiumSkia.cpp
|
| @@ -26,7 +26,6 @@
|
|
|
| #include "CSSValueKeywords.h"
|
| #include "HTMLNames.h"
|
| -#include "PlatformContextSkia.h"
|
| #include "UserAgentStyleSheets.h"
|
| #include "core/html/HTMLMediaElement.h"
|
| #include "core/html/TimeRanges.h"
|
| @@ -36,6 +35,7 @@
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/Image.h"
|
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
|
| #include "core/platform/graphics/transforms/TransformationMatrix.h"
|
| #include "core/rendering/PaintInfo.h"
|
| #include "core/rendering/RenderBox.h"
|
|
|