| Index: Source/platform/graphics/DrawLooper.cpp
|
| diff --git a/Source/core/platform/graphics/DrawLooper.cpp b/Source/platform/graphics/DrawLooper.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/DrawLooper.cpp
|
| rename to Source/platform/graphics/DrawLooper.cpp
|
| index 270419b880b686cf38b8e765be0f3755e2855b4b..814f5d672c52328ec9b3c525d7b7ffaf4603c106 100644
|
| --- a/Source/core/platform/graphics/DrawLooper.cpp
|
| +++ b/Source/platform/graphics/DrawLooper.cpp
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/DrawLooper.h"
|
| +#include "platform/graphics/DrawLooper.h"
|
|
|
| -#include "core/platform/graphics/Color.h"
|
| #include "platform/geometry/FloatSize.h"
|
| +#include "platform/graphics/Color.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkDrawLooper.h"
|
|
|