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