Index: mojo/gles2/command_buffer_client_impl.h |
diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h |
index 90d3fc5da958a2e4db52fb7fd9ca966e087b41b2..54b45f2f02f9b29463d50f00014cda28f68aa8c9 100644 |
--- a/mojo/gles2/command_buffer_client_impl.h |
+++ b/mojo/gles2/command_buffer_client_impl.h |
@@ -62,6 +62,7 @@ class CommandBufferClientImpl : public mojo::CommandBufferLostContextObserver, |
size_t height, |
unsigned internalformat, |
unsigned usage) override; |
+ void Echo(const base::Closure& callback) override; |
uint32 InsertSyncPoint() override; |
uint32 InsertFutureSyncPoint() override; |
void RetireSyncPoint(uint32 sync_point) override; |