| Index: Source/modules/webgl/WebGLDepthTexture.h
|
| diff --git a/Source/modules/webgl/WebGLDepthTexture.h b/Source/modules/webgl/WebGLDepthTexture.h
|
| index 9471ca568e13e317f5635cb5d92f3c518e0d1a52..dcaaa4768f847718bfb1ad032437c14c667b3bac 100644
|
| --- a/Source/modules/webgl/WebGLDepthTexture.h
|
| +++ b/Source/modules/webgl/WebGLDepthTexture.h
|
| @@ -27,13 +27,14 @@
|
| #define WebGLDepthTexture_h
|
|
|
| #include "modules/webgl/WebGLExtension.h"
|
| +#include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class WebGLDepthTexture final : public WebGLExtension {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static WebGLDepthTexture* create(WebGLRenderingContextBase*);
|
| + static PassRefPtrWillBeRawPtr<WebGLDepthTexture> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|