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

Unified Diff: cc/test/test_gles2_interface.h

Issue 2388653002: gpu: Add CHROMIUM_texture_from_image spec and fence support.
Patch Set: rebase Created 4 years, 1 month 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/resources/resource_provider_unittest.cc ('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 e432bc1faccf8ba6d801aeb0397825fc8c2d4396..ec969fb92dbf87b876ca87fa0a2bf0b5dee282cb 100644
--- a/cc/test/test_gles2_interface.h
+++ b/cc/test/test_gles2_interface.h
@@ -109,7 +109,9 @@ class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
GLsizei height,
GLenum internalformat,
GLenum usage) override;
- void BindTexImage2DCHROMIUM(GLenum target, GLint image_id) override;
+ void BindTexImage2DCHROMIUM(GLenum target,
+ GLint image_id,
+ GLint fence_id) override;
void ReleaseTexImage2DCHROMIUM(GLenum target, GLint image_id) override;
void FramebufferRenderbuffer(GLenum target,
GLenum attachment,
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/test/test_gles2_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698