Index: gpu/blink/webgraphicscontext3d_impl.h |
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h |
index 071e508dbc20a7d2fddf12ca7cc24bcb5dc2fce8..1571e25c7ca345380b32349a77be77b03fb1af5e 100644 |
--- a/gpu/blink/webgraphicscontext3d_impl.h |
+++ b/gpu/blink/webgraphicscontext3d_impl.h |
@@ -37,20 +37,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl |
//---------------------------------------------------------------------- |
// WebGraphicsContext3D methods |
- bool getActiveAttrib(blink::WebGLId program, |
- blink::WGC3Duint index, |
- ActiveInfo&) override; |
- bool getActiveUniform(blink::WebGLId program, |
- blink::WGC3Duint index, |
- ActiveInfo&) override; |
- |
- blink::WebString getProgramInfoLog(blink::WebGLId program) override; |
- blink::WebString getShaderInfoLog(blink::WebGLId shader) override; |
- blink::WebString getShaderSource(blink::WebGLId shader) override; |
- |
- blink::WebString getTranslatedShaderSourceANGLE( |
- blink::WebGLId shader) override; |
- |
void setContextLostCallback( |
WebGraphicsContext3D::WebGraphicsContextLostCallback* callback); |