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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1824433002: Remove getError() and synthesizeGLError() from WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simples-tplus
Patch Set: 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 fa91328696004562b8df3affdb80feff00eb570a..bb166a8a17b6b3d8ac1032325cdec707a040a4e1 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -52,7 +52,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
blink::WGC3Duint index,
ActiveInfo&) override;
- blink::WGC3Denum getError() override;
blink::WebString getProgramInfoLog(blink::WebGLId program) override;
blink::WebString getShaderInfoLog(blink::WebGLId shader) override;
blink::WebString getShaderSource(blink::WebGLId shader) override;
@@ -87,8 +86,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
void deleteRenderbuffer(blink::WebGLId) override;
void deleteTexture(blink::WebGLId) override;
- void synthesizeGLError(blink::WGC3Denum) override;
-
blink::WebString getRequestableExtensionsCHROMIUM() override;
void blitFramebufferCHROMIUM(blink::WGC3Dint srcX0,
« no previous file with comments | « no previous file | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | third_party/WebKit/Source/modules/webgl/WebGLProgram.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698