Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1834983003: Remove string-getting methods from WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: getactive: pointers Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | third_party/WebKit/Source/modules/webgl/GLStringQuery.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698