| Index: Source/platform/graphics/GraphicsContextState.h
|
| diff --git a/Source/core/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h
|
| similarity index 96%
|
| rename from Source/core/platform/graphics/GraphicsContextState.h
|
| rename to Source/platform/graphics/GraphicsContextState.h
|
| index 707cb87b2c08d9012d58671a2509d72441e521d7..d7e20da33f17c1ccf9fdd5736a9378cf9a8dfda6 100644
|
| --- a/Source/core/platform/graphics/GraphicsContextState.h
|
| +++ b/Source/platform/graphics/GraphicsContextState.h
|
| @@ -29,11 +29,11 @@
|
| #ifndef GraphicsContextState_h
|
| #define GraphicsContextState_h
|
|
|
| -#include "core/platform/graphics/Gradient.h"
|
| -#include "core/platform/graphics/Path.h"
|
| -#include "core/platform/graphics/Pattern.h"
|
| -#include "core/platform/graphics/StrokeData.h"
|
| +#include "platform/graphics/Gradient.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| +#include "platform/graphics/Path.h"
|
| +#include "platform/graphics/Pattern.h"
|
| +#include "platform/graphics/StrokeData.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "third_party/skia/include/core/SkDrawLooper.h"
|
|
|