| Index: sky/engine/core/html/canvas/WebGLObject.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLObject.h b/sky/engine/core/html/canvas/WebGLObject.h
|
| index cf648d0f28d36fc54adfd1406495c44d04bcc6d2..256bf61accf8c09c4c38ce57ae6df37a7461944a 100644
|
| --- a/sky/engine/core/html/canvas/WebGLObject.h
|
| +++ b/sky/engine/core/html/canvas/WebGLObject.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef WebGLObject_h
|
| #define WebGLObject_h
|
|
|
| -#include "platform/graphics/GraphicsTypes3D.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/platform/graphics/GraphicsTypes3D.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
| class WebGraphicsContext3D;
|
|
|