Index: Source/core/html/canvas/CanvasStyle.cpp |
diff --git a/Source/core/html/canvas/CanvasStyle.cpp b/Source/core/html/canvas/CanvasStyle.cpp |
index 16541bd0e89ab13f4433c3afde64a13b8d4d3869..2bc84a753837d2a0aafe2f00f1c2a052ad42a9f6 100644 |
--- a/Source/core/html/canvas/CanvasStyle.cpp |
+++ b/Source/core/html/canvas/CanvasStyle.cpp |
@@ -29,12 +29,12 @@ |
#include "config.h" |
#include "CanvasStyle.h" |
-#include "CSSParser.h" |
#include "CSSPropertyNames.h" |
#include "CanvasGradient.h" |
#include "CanvasPattern.h" |
#include "HTMLCanvasElement.h" |
-#include "StylePropertySet.h" |
+#include "core/css/CSSParser.h" |
+#include "core/css/StylePropertySet.h" |
#include "core/platform/graphics/GraphicsContext.h" |
#include <wtf/Assertions.h> |
#include <wtf/PassRefPtr.h> |