| Index: Source/modules/webgl/WebGLCompressedTextureATC.h
|
| diff --git a/Source/modules/webgl/WebGLCompressedTextureATC.h b/Source/modules/webgl/WebGLCompressedTextureATC.h
|
| index cb3706ff32ee2ef77565a7b9587f85e48c46418e..f076b51b4a162e7aff7082c4c50d72ac4a5a7d81 100644
|
| --- a/Source/modules/webgl/WebGLCompressedTextureATC.h
|
| +++ b/Source/modules/webgl/WebGLCompressedTextureATC.h
|
| @@ -27,14 +27,13 @@
|
| #define WebGLCompressedTextureATC_h
|
|
|
| #include "modules/webgl/WebGLExtension.h"
|
| -#include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class WebGLCompressedTextureATC final : public WebGLExtension {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<WebGLCompressedTextureATC> create(WebGLRenderingContextBase*);
|
| + static WebGLCompressedTextureATC* create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|