| Index: sky/engine/platform/graphics/GraphicsContextState.cpp
|
| diff --git a/sky/engine/platform/graphics/GraphicsContextState.cpp b/sky/engine/platform/graphics/GraphicsContextState.cpp
|
| index ee7d5ac67bbed8bec384e24d93843cadab8f969c..bb219e5ddec704f99202293694fbf7373a3d21c6 100644
|
| --- a/sky/engine/platform/graphics/GraphicsContextState.cpp
|
| +++ b/sky/engine/platform/graphics/GraphicsContextState.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/GraphicsContextState.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/GraphicsContextState.h"
|
|
|
| -#include "platform/graphics/skia/SkiaUtils.h"
|
| +#include "sky/engine/platform/graphics/skia/SkiaUtils.h"
|
|
|
| namespace blink {
|
|
|
|
|