| Index: Source/core/rendering/RenderThemeChromiumDefault.cpp
|
| diff --git a/Source/core/rendering/RenderThemeChromiumDefault.cpp b/Source/core/rendering/RenderThemeChromiumDefault.cpp
|
| index adaa2d4241fa3a613146902ad6b97163bbc62576..0eec664ebea08898b1e560fc2caa0279ca653e8d 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumDefault.cpp
|
| +++ b/Source/core/rendering/RenderThemeChromiumDefault.cpp
|
| @@ -27,12 +27,12 @@
|
|
|
| #include "CSSValueKeywords.h"
|
| #include "UserAgentStyleSheets.h"
|
| -#include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/rendering/PaintInfo.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/RenderProgress.h"
|
| +#include "platform/graphics/Color.h"
|
| #include "public/platform/default/WebThemeEngine.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebRect.h"
|
|
|