summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h b/chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h
index 93c6e88d5b1..18b310bc23c 100644
--- a/chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h
+++ b/chromium/third_party/blink/renderer/modules/webgl/webgl_texture.h
@@ -38,8 +38,6 @@ class WebGLTexture final : public WebGLSharedPlatform3DObject {
explicit WebGLTexture(WebGLRenderingContextBase*);
~WebGLTexture() override;
- static WebGLTexture* Create(WebGLRenderingContextBase*);
-
void SetTarget(GLenum);
GLenum GetTarget() const { return target_; }