| Index: sky/engine/core/html/canvas/WebGLContextAttributes.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextAttributes.h b/sky/engine/core/html/canvas/WebGLContextAttributes.h
|
| index 61ddef37d9010bb927a66c506222da1af2954a32..9181f314238053c465d1f25d87af3098116a2a35 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextAttributes.h
|
| +++ b/sky/engine/core/html/canvas/WebGLContextAttributes.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef WebGLContextAttributes_h
|
| #define WebGLContextAttributes_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/html/canvas/CanvasContextAttributes.h"
|
| -#include "public/platform/WebGraphicsContext3D.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/html/canvas/CanvasContextAttributes.h"
|
| +#include "sky/engine/public/platform/WebGraphicsContext3D.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|