| Index: Source/core/html/canvas/WebGLCompressedTextureATC.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTextureATC.h b/Source/core/html/canvas/WebGLCompressedTextureATC.h
|
| index 5528a5a301ad226fb56e3494c2675c367c182ac1..84e41dedfaa869f796a514e11bd9182072054246 100644
|
| --- a/Source/core/html/canvas/WebGLCompressedTextureATC.h
|
| +++ b/Source/core/html/canvas/WebGLCompressedTextureATC.h
|
| @@ -35,6 +35,7 @@ namespace blink {
|
| class WebGLTexture;
|
|
|
| class WebGLCompressedTextureATC FINAL : public WebGLExtension, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<WebGLCompressedTextureATC> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
|
|