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

Unified Diff: cc/test/test_gles2_interface.h

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/test/pixel_test.h ('k') | cc/test/test_gles2_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_gles2_interface.h
diff --git a/cc/test/test_gles2_interface.h b/cc/test/test_gles2_interface.h
index a12147a639d5aee75a860c38b705581bee9b4a5e..3a174afd06b623cb137f45fbae303ec37af18d26 100644
--- a/cc/test/test_gles2_interface.h
+++ b/cc/test/test_gles2_interface.h
@@ -64,6 +64,8 @@ class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
void BindRenderbuffer(GLenum target, GLuint buffer) override;
void BindFramebuffer(GLenum target, GLuint buffer) override;
+ void PixelStorei(GLenum pname, GLint param) override;
+
void TexImage2D(GLenum target,
GLint level,
GLint internalformat,
« no previous file with comments | « cc/test/pixel_test.h ('k') | cc/test/test_gles2_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698