| Index: Source/modules/webgl/WebGLDepthTexture.h
|
| diff --git a/Source/modules/webgl/WebGLDepthTexture.h b/Source/modules/webgl/WebGLDepthTexture.h
|
| index dcaaa4768f847718bfb1ad032437c14c667b3bac..0c827bf3dfe5018c531a407f82fdc4cfd8cc48da 100644
|
| --- a/Source/modules/webgl/WebGLDepthTexture.h
|
| +++ b/Source/modules/webgl/WebGLDepthTexture.h
|
| @@ -34,7 +34,7 @@ namespace blink {
|
| class WebGLDepthTexture final : public WebGLExtension {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<WebGLDepthTexture> create(WebGLRenderingContextBase*);
|
| + static WebGLDepthTexture* create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|