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 3cbe9ca58054a262b40ab2873fb41dd4e8c1e6f6..abdb8c15373f8d44c19d51e057539419e7a62225 100644 |
--- a/cc/test/test_web_graphics_context_3d.h |
+++ b/cc/test/test_web_graphics_context_3d.h |
@@ -169,8 +169,13 @@ class TestWebGraphicsContext3D { |
virtual void genMailboxCHROMIUM(GLbyte* mailbox); |
virtual void produceTextureCHROMIUM(GLenum target, |
const GLbyte* mailbox) { } |
+ virtual void produceTextureDirectCHROMIUM(GLuint texture, |
+ GLenum target, |
+ const GLbyte* mailbox) {} |
virtual void consumeTextureCHROMIUM(GLenum target, |
const GLbyte* mailbox) { } |
+ virtual GLuint createAndConsumeTextureCHROMIUM(GLenum target, |
+ const GLbyte* mailbox); |
virtual void loseContextCHROMIUM(GLenum current, GLenum other); |