| Index: sky/engine/platform/graphics/skia/SkiaUtils.cpp
|
| diff --git a/sky/engine/platform/graphics/skia/SkiaUtils.cpp b/sky/engine/platform/graphics/skia/SkiaUtils.cpp
|
| index e538adb2298c2aa76555dff3e62cc03e26689675..281e3f0b860ac21ec9938e2c8693d107a6ae9447 100644
|
| --- a/sky/engine/platform/graphics/skia/SkiaUtils.cpp
|
| +++ b/sky/engine/platform/graphics/skia/SkiaUtils.cpp
|
| @@ -28,14 +28,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/graphics/skia/SkiaUtils.h"
|
| +#include "sky/engine/platform/graphics/skia/SkiaUtils.h"
|
|
|
| -#include "SkColorPriv.h"
|
| -#include "SkRegion.h"
|
| -#include "platform/graphics/GraphicsContext.h"
|
| -#include "platform/graphics/ImageBuffer.h"
|
| +#include "sky/engine/platform/graphics/GraphicsContext.h"
|
| +#include "sky/engine/platform/graphics/ImageBuffer.h"
|
| +#include "third_party/skia/include/core/SkColorPriv.h"
|
| +#include "third_party/skia/include/core/SkRegion.h"
|
|
|
| namespace blink {
|
|
|
|
|