Index: mojo/gles2/command_buffer_client_impl.cc |
diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc |
index 314efb3bdd740773a1d15a42d53eb47ce534abaa..b511c8b914cc18ae14d7da21fd4d0386598af9ed 100644 |
--- a/mojo/gles2/command_buffer_client_impl.cc |
+++ b/mojo/gles2/command_buffer_client_impl.cc |
@@ -356,6 +356,11 @@ uint32_t CommandBufferClientImpl::CreateStreamTexture(uint32_t texture_id) { |
return 0; |
} |
+uint32 CommandBufferClientImpl::CreateStreamTextureImage(int32 image_id) { |
+ NOTIMPLEMENTED(); |
+ return 0 |
+} |
+ |
void CommandBufferClientImpl::DidLoseContext(int32_t lost_reason) { |
last_state_.error = gpu::error::kLostContext; |
last_state_.context_lost_reason = |