| Index: Source/core/platform/graphics/skia/GraphicsContextSkia.cpp
|
| diff --git a/Source/core/platform/graphics/skia/GraphicsContextSkia.cpp b/Source/core/platform/graphics/skia/GraphicsContextSkia.cpp
|
| index 794533a14a9aa6c818c50f6005c013525d8fba00..d3a41a3cfcea47392154a14588ea3418f81121b0 100644
|
| --- a/Source/core/platform/graphics/skia/GraphicsContextSkia.cpp
|
| +++ b/Source/core/platform/graphics/skia/GraphicsContextSkia.cpp
|
| @@ -31,10 +31,10 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
|
|
| -#include "KURL.h"
|
| #include "NativeImageSkia.h"
|
| -#include "NotImplemented.h"
|
| #include "PlatformContextSkia.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/NotImplemented.h"
|
| #include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/Gradient.h"
|
|
|