Index: sky/engine/core/html/canvas/OESStandardDerivatives.h |
diff --git a/sky/engine/core/html/canvas/OESStandardDerivatives.h b/sky/engine/core/html/canvas/OESStandardDerivatives.h |
index 97ce3573dc88bfd459da0254b54f0314074bafc1..fc5854b3e7cc4c4c3ebc0f461f10b1d58c5883c3 100644 |
--- a/sky/engine/core/html/canvas/OESStandardDerivatives.h |
+++ b/sky/engine/core/html/canvas/OESStandardDerivatives.h |
@@ -26,13 +26,13 @@ |
#ifndef SKY_ENGINE_CORE_HTML_CANVAS_OESSTANDARDDERIVATIVES_H_ |
#define SKY_ENGINE_CORE_HTML_CANVAS_OESSTANDARDDERIVATIVES_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 OESStandardDerivatives final : public WebGLExtension, public ScriptWrappable { |
+class OESStandardDerivatives final : public WebGLExtension, public DartWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<OESStandardDerivatives> create(WebGLRenderingContextBase*); |