| Index: sky/engine/core/html/canvas/WebGLProgram.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLProgram.h b/sky/engine/core/html/canvas/WebGLProgram.h
|
| index 0f32c95b6721d5ac77f0ccd47adf853d3a647e39..cb2d367dd2865a91b27fdb73d080bace3f06da96 100644
|
| --- a/sky/engine/core/html/canvas/WebGLProgram.h
|
| +++ b/sky/engine/core/html/canvas/WebGLProgram.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef SKY_ENGINE_CORE_HTML_CANVAS_WEBGLPROGRAM_H_
|
| #define SKY_ENGINE_CORE_HTML_CANVAS_WEBGLPROGRAM_H_
|
|
|
| -#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/core/html/canvas/WebGLShader.h"
|
| #include "sky/engine/core/html/canvas/WebGLSharedObject.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| -class WebGLProgram final : public WebGLSharedObject, public ScriptWrappable {
|
| +class WebGLProgram final : public WebGLSharedObject, public DartWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual ~WebGLProgram();
|
|
|