| Index: Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| diff --git a/Source/core/html/canvas/OESTextureHalfFloatLinear.h b/Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| index 0be795b867450b5439df9de3b8e2434a1812350b..b3c19d2984fc156acb344bd0ad042b4c3c52bfc4 100644
|
| --- a/Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| +++ b/Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| @@ -34,7 +34,7 @@ namespace WebCore {
|
|
|
| class OESTextureHalfFloatLinear FINAL : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassRefPtr<OESTextureHalfFloatLinear> create(WebGLRenderingContextBase*);
|
| + static PassRefPtrWillBeRawPtr<OESTextureHalfFloatLinear> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|