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