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