summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc b/chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc
index f6110ae9b6d..ff2aed72e07 100644
--- a/chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc
+++ b/chromium/third_party/blink/renderer/modules/webgl/ext_color_buffer_float.cc
@@ -20,11 +20,6 @@ WebGLExtensionName EXTColorBufferFloat::GetName() const {
return kEXTColorBufferFloatName;
}
-EXTColorBufferFloat* EXTColorBufferFloat::Create(
- WebGLRenderingContextBase* context) {
- return MakeGarbageCollected<EXTColorBufferFloat>(context);
-}
-
bool EXTColorBufferFloat::Supported(WebGLRenderingContextBase* context) {
return context->ExtensionsUtil()->SupportsExtension(
"GL_EXT_color_buffer_float");