| Index: sky/engine/core/html/canvas/OESVertexArrayObject.cpp
|
| diff --git a/sky/engine/core/html/canvas/OESVertexArrayObject.cpp b/sky/engine/core/html/canvas/OESVertexArrayObject.cpp
|
| index ae66d518802f5b0b1ad25d5a8eb59db5893e8efd..05c0d46c234b594bfae526ecebcb1c56d49347af 100644
|
| --- a/sky/engine/core/html/canvas/OESVertexArrayObject.cpp
|
| +++ b/sky/engine/core/html/canvas/OESVertexArrayObject.cpp
|
| @@ -23,13 +23,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/html/canvas/OESVertexArrayObject.h"
|
| +#include "sky/engine/core/html/canvas/OESVertexArrayObject.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "core/html/canvas/WebGLRenderingContextBase.h"
|
| -#include "core/html/canvas/WebGLVertexArrayObjectOES.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/core/html/canvas/WebGLRenderingContextBase.h"
|
| +#include "sky/engine/core/html/canvas/WebGLVertexArrayObjectOES.h"
|
|
|
| namespace blink {
|
|
|
|
|