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