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