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