| Index: sky/engine/core/html/canvas/WebGLProgram.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLProgram.h b/sky/engine/core/html/canvas/WebGLProgram.h
|
| index db5a235bbe0ca0102b975e9b662e7c3c802d38c8..3ab688e6a02e593409efed29aa7b59c8b157c943 100644
|
| --- a/sky/engine/core/html/canvas/WebGLProgram.h
|
| +++ b/sky/engine/core/html/canvas/WebGLProgram.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef WebGLProgram_h
|
| #define WebGLProgram_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/html/canvas/WebGLSharedObject.h"
|
| -#include "core/html/canvas/WebGLShader.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/html/canvas/WebGLShader.h"
|
| +#include "sky/engine/core/html/canvas/WebGLSharedObject.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|