| Index: sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| diff --git a/sky/engine/core/html/canvas/OESVertexArrayObject.h b/sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| index eaa1ecdb2d62c0e6e1be78493f277ac9f734fcf8..e809883a10ed33a1d3c8431e422ca5573923a96b 100644
|
| --- a/sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| +++ b/sky/engine/core/html/canvas/OESVertexArrayObject.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef SKY_ENGINE_CORE_HTML_CANVAS_OESVERTEXARRAYOBJECT_H_
|
| #define SKY_ENGINE_CORE_HTML_CANVAS_OESVERTEXARRAYOBJECT_H_
|
|
|
| -#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| @@ -35,7 +35,7 @@ namespace blink {
|
| class WebGLRenderingContextBase;
|
| class WebGLVertexArrayObjectOES;
|
|
|
| -class OESVertexArrayObject final : public WebGLExtension, public ScriptWrappable {
|
| +class OESVertexArrayObject final : public WebGLExtension, public DartWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<OESVertexArrayObject> create(WebGLRenderingContextBase*);
|
|
|