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