| Index: Source/modules/webgl/OESTextureFloat.h
|
| diff --git a/Source/modules/webgl/OESTextureFloat.h b/Source/modules/webgl/OESTextureFloat.h
|
| index 6c28afa52c0cb1560aabdf2390231b59ce1f1243..2f2eb23d7a28368f2895975a2b94209147df81b4 100644
|
| --- a/Source/modules/webgl/OESTextureFloat.h
|
| +++ b/Source/modules/webgl/OESTextureFloat.h
|
| @@ -34,7 +34,7 @@ namespace blink {
|
| class OESTextureFloat final : public WebGLExtension {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<OESTextureFloat> create(WebGLRenderingContextBase*);
|
| + static OESTextureFloat* create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|