| Index: Source/core/html/canvas/OESTextureFloatLinear.h
|
| diff --git a/Source/core/html/canvas/OESTextureFloatLinear.h b/Source/core/html/canvas/OESTextureFloatLinear.h
|
| index 2e3d398d1533ac63a326927011d1cc3bcbe5ab61..8d3a74bedca9d3c708aeb36eb046b99b1465b9a9 100644
|
| --- a/Source/core/html/canvas/OESTextureFloatLinear.h
|
| +++ b/Source/core/html/canvas/OESTextureFloatLinear.h
|
| @@ -34,7 +34,7 @@ namespace WebCore {
|
|
|
| class OESTextureFloatLinear FINAL : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassRefPtr<OESTextureFloatLinear> create(WebGLRenderingContextBase*);
|
| + static PassRefPtrWillBeRawPtr<OESTextureFloatLinear> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
| @@ -42,7 +42,7 @@ public:
|
| virtual WebGLExtensionName name() const OVERRIDE;
|
|
|
| private:
|
| - OESTextureFloatLinear(WebGLRenderingContextBase*);
|
| + explicit OESTextureFloatLinear(WebGLRenderingContextBase*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|