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