Index: Source/core/html/canvas/OESTextureFloatLinear.h |
diff --git a/Source/core/html/canvas/OESTextureFloatLinear.h b/Source/core/html/canvas/OESTextureFloatLinear.h |
index 7d9145d0948232b158d4d5de7bae7cc8597bbc1e..8a79aad5f0a0f027791afd969d8d0566d7cda630 100644 |
--- a/Source/core/html/canvas/OESTextureFloatLinear.h |
+++ b/Source/core/html/canvas/OESTextureFloatLinear.h |
@@ -26,12 +26,13 @@ |
#ifndef OESTextureFloatLinear_h |
#define OESTextureFloatLinear_h |
+#include "bindings/v8/ScriptWrappable.h" |
#include "core/html/canvas/WebGLExtension.h" |
#include "wtf/PassOwnPtr.h" |
namespace WebCore { |
-class OESTextureFloatLinear : public WebGLExtension { |
+class OESTextureFloatLinear : public WebGLExtension, public ScriptWrappable { |
public: |
static PassOwnPtr<OESTextureFloatLinear> create(WebGLRenderingContext*); |
static bool supported(WebGLRenderingContext*); |