| Index: sky/engine/core/html/canvas/WebGLTexture.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLTexture.h b/sky/engine/core/html/canvas/WebGLTexture.h
|
| index f1ee5770532252faeebf4014a971ec9507c99ba3..d71297fb4558f6ad9e0e45ac581ae60e094df2b6 100644
|
| --- a/sky/engine/core/html/canvas/WebGLTexture.h
|
| +++ b/sky/engine/core/html/canvas/WebGLTexture.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef WebGLTexture_h
|
| #define WebGLTexture_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/html/canvas/WebGLSharedObject.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/html/canvas/WebGLSharedObject.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|