diff options
Diffstat (limited to 'Source/WebCore/html/canvas/OESElementIndexUint.cpp')
-rw-r--r-- | Source/WebCore/html/canvas/OESElementIndexUint.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/WebCore/html/canvas/OESElementIndexUint.cpp b/Source/WebCore/html/canvas/OESElementIndexUint.cpp index 66024153a..101c5f10d 100644 --- a/Source/WebCore/html/canvas/OESElementIndexUint.cpp +++ b/Source/WebCore/html/canvas/OESElementIndexUint.cpp @@ -31,7 +31,7 @@ namespace WebCore { -OESElementIndexUint::OESElementIndexUint(WebGLRenderingContext* context) +OESElementIndexUint::OESElementIndexUint(WebGLRenderingContextBase& context) : WebGLExtension(context) { } @@ -45,11 +45,6 @@ WebGLExtension::ExtensionName OESElementIndexUint::getName() const return OESElementIndexUintName; } -OwnPtr<OESElementIndexUint> OESElementIndexUint::create(WebGLRenderingContext* context) -{ - return adoptPtr(new OESElementIndexUint(context)); -} - } // namespace WebCore #endif // ENABLE(WEBGL) |