| Index: sky/engine/core/html/canvas/CanvasPattern.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasPattern.h b/sky/engine/core/html/canvas/CanvasPattern.h
|
| index 4f6b49f631d00f2b489350d51020fe47a08ddb59..b43f981fdaf4a4fb701f7a56cfacdfb9e3617a4c 100644
|
| --- a/sky/engine/core/html/canvas/CanvasPattern.h
|
| +++ b/sky/engine/core/html/canvas/CanvasPattern.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef CanvasPattern_h
|
| #define CanvasPattern_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/graphics/Pattern.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/platform/graphics/Pattern.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|