| Index: Source/core/html/canvas/WebGLDepthTexture.h
|
| diff --git a/Source/core/html/canvas/WebGLDepthTexture.h b/Source/core/html/canvas/WebGLDepthTexture.h
|
| index 611f74dbc03d4b9c36ce3ad165c0f2a74d599b46..e54e2519bacf9ad8a92f4ac841b46a347ded3834 100644
|
| --- a/Source/core/html/canvas/WebGLDepthTexture.h
|
| +++ b/Source/core/html/canvas/WebGLDepthTexture.h
|
| @@ -33,6 +33,7 @@
|
| namespace blink {
|
|
|
| class WebGLDepthTexture FINAL : public WebGLExtension, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<WebGLDepthTexture> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
|
|