Index: sky/engine/core/html/canvas/WebGLDrawBuffers.h |
diff --git a/sky/engine/core/html/canvas/WebGLDrawBuffers.h b/sky/engine/core/html/canvas/WebGLDrawBuffers.h |
index 27f16475fa0a9ed33af69487d8a9270073bfd8af..7dc5727d3153042e664d33b1226c39c7abef62ed 100644 |
--- a/sky/engine/core/html/canvas/WebGLDrawBuffers.h |
+++ b/sky/engine/core/html/canvas/WebGLDrawBuffers.h |
@@ -26,13 +26,13 @@ |
#ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDRAWBUFFERS_H_ |
#define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLDRAWBUFFERS_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" |
namespace blink { |
-class WebGLDrawBuffers final : public WebGLExtension, public ScriptWrappable { |
+class WebGLDrawBuffers final : public WebGLExtension, public DartWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<WebGLDrawBuffers> create(WebGLRenderingContextBase*); |