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