| Index: Source/core/html/canvas/WebGLTexture.h
|
| diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h
|
| index 1bf95fd21d258eb86fc9c71fa5da1fdcfffeb530..10649c42c037cf15e5b83e543f6eac0eb93ba809 100644
|
| --- a/Source/core/html/canvas/WebGLTexture.h
|
| +++ b/Source/core/html/canvas/WebGLTexture.h
|
| @@ -42,7 +42,7 @@ public:
|
| };
|
| virtual ~WebGLTexture();
|
|
|
| - static PassRefPtr<WebGLTexture> create(WebGLRenderingContextBase*);
|
| + static PassRefPtrWillBeRawPtr<WebGLTexture> create(WebGLRenderingContextBase*);
|
|
|
| void setTarget(GLenum target, GLint maxLevel);
|
| void setParameteri(GLenum pname, GLint param);
|
|
|