summaryrefslogtreecommitdiffstats
path: root/gpu/blink/webgraphicscontext3d_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/blink/webgraphicscontext3d_impl.h')
-rw-r--r--gpu/blink/webgraphicscontext3d_impl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index 3f05ff1..db08260 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -47,12 +47,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
blink::WebString getProgramInfoLog(blink::WebGLId program) override;
blink::WebString getShaderInfoLog(blink::WebGLId shader) override;
blink::WebString getShaderSource(blink::WebGLId shader) override;
- blink::WebString getString(blink::WGC3Denum name) override;
-
- void shaderSource(blink::WebGLId shader,
- const blink::WGC3Dchar* string) override;
-
- blink::WebString getRequestableExtensionsCHROMIUM() override;
blink::WebString getTranslatedShaderSourceANGLE(
blink::WebGLId shader) override;
@@ -63,8 +57,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
void setErrorMessageCallback(
WebGraphicsContext3D::WebGraphicsErrorMessageCallback* callback) override;
- void pushGroupMarkerEXT(const blink::WGC3Dchar* marker) override;
-
// WebGraphicsContext3D implementation.
::gpu::gles2::GLES2Interface* getGLES2Interface() override;