| Index: sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLDebugShaders.h b/sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| index a9f3ef3891a898899911b15b5e41ac3c4dbdd1c5..445d030b17db3501a47e19f1fb9c78865b60dc76 100644
|
| --- a/sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| +++ b/sky/engine/core/html/canvas/WebGLDebugShaders.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef WebGLDebugShaders_h
|
| #define WebGLDebugShaders_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/html/canvas/WebGLExtension.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|