| Index: sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLActiveInfo.h b/sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| index 355367841cf797c307e417ab7270f48431a0661b..fe9d59eac07d61d5e681c90f14f1294f30a6afff 100644
|
| --- a/sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| +++ b/sky/engine/core/html/canvas/WebGLActiveInfo.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef WebGLActiveInfo_h
|
| #define WebGLActiveInfo_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/graphics/GraphicsTypes3D.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/platform/graphics/GraphicsTypes3D.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|