| Index: sky/engine/core/html/canvas/WebGLLoseContext.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLLoseContext.h b/sky/engine/core/html/canvas/WebGLLoseContext.h
|
| index 47e9c285c7cc019e44bdfaccb864461bf3b99ea6..68794827ed02df547fe7ae868a5798ba1901c74b 100644
|
| --- a/sky/engine/core/html/canvas/WebGLLoseContext.h
|
| +++ b/sky/engine/core/html/canvas/WebGLLoseContext.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef WebGLLoseContext_h
|
| #define WebGLLoseContext_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 {
|
|
|
|
|