| Index: Source/core/html/canvas/OESTextureFloatLinear.h
|
| diff --git a/Source/core/html/canvas/OESTextureFloatLinear.h b/Source/core/html/canvas/OESTextureFloatLinear.h
|
| index ab4594cb9bdfec7404d069357c97e1e4f62e1aa6..844333826d448022c7cade22e75d05b4b1c3adca 100644
|
| --- a/Source/core/html/canvas/OESTextureFloatLinear.h
|
| +++ b/Source/core/html/canvas/OESTextureFloatLinear.h
|
| @@ -34,7 +34,7 @@ namespace blink {
|
|
|
| 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 blink
|
|
|