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