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

Unified Diff: ui/gl/gl_stub_autogen_gl.h

Issue 2801783002: Revert of Update robust read pixels to output number of columns and rows written. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_stub_autogen_gl.h
diff --git a/ui/gl/gl_stub_autogen_gl.h b/ui/gl/gl_stub_autogen_gl.h
index a49500dca1e5a5081652505b77d3013531575388..9c48030e953281954a807c748084f08df8937b36 100644
--- a/ui/gl/gl_stub_autogen_gl.h
+++ b/ui/gl/gl_stub_autogen_gl.h
@@ -862,8 +862,6 @@
GLenum type,
GLsizei bufSize,
GLsizei* length,
- GLsizei* columns,
- GLsizei* rows,
void* data) override {}
void glReadPixelsFn(GLint x,
GLint y,
@@ -880,8 +878,6 @@
GLenum type,
GLsizei bufSize,
GLsizei* length,
- GLsizei* columns,
- GLsizei* rows,
void* pixels) override {}
void glReleaseShaderCompilerFn() override {}
void glRenderbufferStorageEXTFn(GLenum target,
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698