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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 2388653002: gpu: Add CHROMIUM_texture_from_image spec and fence support.
Patch Set: rebase Created 4 years, 2 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: cc/test/test_web_graphics_context_3d.h
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index bf6cd1b5007585cb959cd332e968b234f967628a..4f627a19ffa63ad2d42caa96c0a83052804ee07d 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -199,7 +199,9 @@ class TestWebGraphicsContext3D {
virtual void loseContextCHROMIUM(GLenum current, GLenum other);
- virtual void bindTexImage2DCHROMIUM(GLenum target, GLint image_id) {}
+ virtual void bindTexImage2DCHROMIUM(GLenum target,
+ GLint image_id,
+ GLint fence_id) {}
virtual void drawArrays(GLenum mode, GLint first, GLsizei count) {}
virtual void drawElements(GLenum mode,

Powered by Google App Engine
This is Rietveld 408576698