| Index: sky/engine/core/html/canvas/WebGLCompressedTextureETC1.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.h b/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.h
|
| index 908dcd7cf28c5009fd0fc6cd93e0a728287706c7..42e327bdf13aafc7da45207218dffe49d6935e78 100644
|
| --- a/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.h
|
| +++ b/sky/engine/core/html/canvas/WebGLCompressedTextureETC1.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef WebGLCompressedTextureETC1_h
|
| #define WebGLCompressedTextureETC1_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 {
|
|
|
|
|