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