| Index: Source/modules/webgl/EXTBlendMinMax.h
|
| diff --git a/Source/modules/webgl/EXTBlendMinMax.h b/Source/modules/webgl/EXTBlendMinMax.h
|
| index 2b159c98dbd11126a25be1da7d0059694ed19add..5e9fe37b2e6b0786bedd4a7b48a5bd256932460e 100644
|
| --- a/Source/modules/webgl/EXTBlendMinMax.h
|
| +++ b/Source/modules/webgl/EXTBlendMinMax.h
|
| @@ -6,14 +6,13 @@
|
| #define EXTBlendMinMax_h
|
|
|
| #include "modules/webgl/WebGLExtension.h"
|
| -#include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class EXTBlendMinMax final : public WebGLExtension {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*);
|
| + static EXTBlendMinMax* create(WebGLRenderingContextBase*);
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
|
|