| Index: sky/engine/core/html/canvas/OESTextureFloat.h
|
| diff --git a/sky/engine/core/html/canvas/OESTextureFloat.h b/sky/engine/core/html/canvas/OESTextureFloat.h
|
| index 22179dc0289b6e5d7de30672a7996434c0614484..edc789ed27ab410bd7ebd19fd68f2a8d69654c5d 100644
|
| --- a/sky/engine/core/html/canvas/OESTextureFloat.h
|
| +++ b/sky/engine/core/html/canvas/OESTextureFloat.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef OESTextureFloat_h
|
| #define OESTextureFloat_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 {
|
|
|
|
|