| Index: Source/core/html/canvas/EXTBlendMinMax.h
|
| diff --git a/Source/core/html/canvas/EXTBlendMinMax.h b/Source/core/html/canvas/EXTBlendMinMax.h
|
| index 53788080763c317f00e3f3d24bfdabaa57851a3c..0640cb37ebe4a25d3b48dc8907eef554e44fb913 100644
|
| --- a/Source/core/html/canvas/EXTBlendMinMax.h
|
| +++ b/Source/core/html/canvas/EXTBlendMinMax.h
|
| @@ -12,6 +12,7 @@
|
| namespace blink {
|
|
|
| class EXTBlendMinMax FINAL : public WebGLExtension, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
|
|