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 a01c12ccd8d5ae68e55154430fce1efd6cd8b0d0..2da2863a7292665f66b50ec6a883bb52d9128771 100644 |
--- a/mojo/gles2/command_buffer_client_impl.h |
+++ b/mojo/gles2/command_buffer_client_impl.h |
@@ -69,6 +69,7 @@ class CommandBufferClientImpl : public mojo::CommandBufferLostContextObserver, |
void SignalQuery(uint32 query, const base::Closure& callback) override; |
void SetSurfaceVisible(bool visible) override; |
uint32 CreateStreamTexture(uint32 texture_id) override; |
+ uint32 CreateStreamTextureImage(int32 image_id) override; |
void SetLock(base::Lock*) override; |
bool IsGpuChannelLost() override; |