| Index: Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTextureETC1.h b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| index 9640bafff55c0305afc1993aa49c2ab1ca615048..3ccd4e541042ce4d061f829d0765478bafe4f456 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 WebCore
|
|
|