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 47f205424f129e43b8473a7bc3e1a0c4882299ce..82dd63eb90f1057594694fcadef6919ee4db0c67 100644 |
--- a/cc/test/test_web_graphics_context_3d.h |
+++ b/cc/test/test_web_graphics_context_3d.h |
@@ -89,6 +89,12 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D { |
WebKit::WGC3Denum pname, |
WebKit::WGC3Duint* params); |
+ virtual void genMailboxCHROMIUM(WebKit::WGC3Dbyte* mailbox); |
+ virtual void produceTextureCHROMIUM(WebKit::WGC3Denum target, |
+ const WebKit::WGC3Dbyte* mailbox) { } |
+ virtual void consumeTextureCHROMIUM(WebKit::WGC3Denum target, |
+ const WebKit::WGC3Dbyte* mailbox) { } |
+ |
virtual void setContextLostCallback( |
WebGraphicsContextLostCallback* callback); |