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

Unified Diff: ui/gl/gl_mock.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_bindings_autogen_mock.cc ('k') | ui/gl/gl_mock_autogen_gl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_mock.h
diff --git a/ui/gl/gl_mock.h b/ui/gl/gl_mock.h
index ab78732f72649668f6cd709918341d2b4e1e349e..e7440cf984aa2f2ccd3a5dbe87bff7ff74960019 100644
--- a/ui/gl/gl_mock.h
+++ b/ui/gl/gl_mock.h
@@ -116,34 +116,6 @@
GLenum format,
GLenum type));
- void ReadPixelsRobustANGLE(GLint /*x*/,
- GLint /*y*/,
- GLsizei /*width*/,
- GLsizei /*height*/,
- GLenum /*format*/,
- GLenum /*type*/,
- GLsizei /*bufSize*/,
- GLsizei* /*length*/,
- GLsizei* /*columns*/,
- GLsizei* /*rows*/,
- void* /*pixels*/) {
- NOTREACHED();
- }
-
- void ReadnPixelsRobustANGLE(GLint /*x*/,
- GLint /*y*/,
- GLsizei /*width*/,
- GLsizei /*height*/,
- GLenum /*format*/,
- GLenum /*type*/,
- GLsizei /*bufSize*/,
- GLsizei* /*length*/,
- GLsizei* /*columns*/,
- GLsizei* /*rows*/,
- void* /*data*/) {
- NOTREACHED();
- }
-
private:
static MockGLInterface* interface_;
« no previous file with comments | « ui/gl/gl_bindings_autogen_mock.cc ('k') | ui/gl/gl_mock_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698