From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/html/canvas/OESTextureFloat.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Source/WebCore/html/canvas/OESTextureFloat.cpp') diff --git a/Source/WebCore/html/canvas/OESTextureFloat.cpp b/Source/WebCore/html/canvas/OESTextureFloat.cpp index 223136c42..60d2f7b50 100644 --- a/Source/WebCore/html/canvas/OESTextureFloat.cpp +++ b/Source/WebCore/html/canvas/OESTextureFloat.cpp @@ -31,7 +31,7 @@ namespace WebCore { -OESTextureFloat::OESTextureFloat(WebGLRenderingContext* context) +OESTextureFloat::OESTextureFloat(WebGLRenderingContextBase& context) : WebGLExtension(context) { } @@ -45,11 +45,6 @@ WebGLExtension::ExtensionName OESTextureFloat::getName() const return OESTextureFloatName; } -OwnPtr OESTextureFloat::create(WebGLRenderingContext* context) -{ - return adoptPtr(new OESTextureFloat(context)); -} - } // namespace WebCore #endif // ENABLE(WEBGL) -- cgit v1.2.1