Index: Source/platform/graphics/Pattern.cpp |
diff --git a/Source/core/platform/graphics/Pattern.cpp b/Source/platform/graphics/Pattern.cpp |
similarity index 97% |
rename from Source/core/platform/graphics/Pattern.cpp |
rename to Source/platform/graphics/Pattern.cpp |
index 6949cb2c7df7f254c0e55e023a406205c7847ddf..6e21b8216607ebaef37d7315a7fbd1eb4eaecd65 100644 |
--- a/Source/core/platform/graphics/Pattern.cpp |
+++ b/Source/platform/graphics/Pattern.cpp |
@@ -26,12 +26,13 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/Pattern.h" |
+#include "platform/graphics/Pattern.h" |
#include <v8.h> |
#include "SkCanvas.h" |
#include "SkColorShader.h" |
-#include "core/platform/graphics/skia/SkiaUtils.h" |
+#include "platform/graphics/skia/SkiaUtils.h" |
+ |
namespace WebCore { |