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