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/OESTextureFloatLinear.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Source/WebCore/html/canvas/OESTextureFloatLinear.cpp') diff --git a/Source/WebCore/html/canvas/OESTextureFloatLinear.cpp b/Source/WebCore/html/canvas/OESTextureFloatLinear.cpp index d93491608..fce917908 100644 --- a/Source/WebCore/html/canvas/OESTextureFloatLinear.cpp +++ b/Source/WebCore/html/canvas/OESTextureFloatLinear.cpp @@ -30,7 +30,7 @@ namespace WebCore { -OESTextureFloatLinear::OESTextureFloatLinear(WebGLRenderingContext* context) +OESTextureFloatLinear::OESTextureFloatLinear(WebGLRenderingContextBase& context) : WebGLExtension(context) { } @@ -44,11 +44,6 @@ WebGLExtension::ExtensionName OESTextureFloatLinear::getName() const return OESTextureFloatLinearName; } -OwnPtr OESTextureFloatLinear::create(WebGLRenderingContext* context) -{ - return adoptPtr(new OESTextureFloatLinear(context)); -} - } // namespace WebCore #endif // ENABLE(WEBGL) -- cgit v1.2.1