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