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 b749147fc6f2a2ea52c167ef468ab869bb67f03c..6da0f08678baaa80a2863acad2589f854ee35ed1 100644 |
--- a/mojo/gles2/command_buffer_client_impl.cc |
+++ b/mojo/gles2/command_buffer_client_impl.cc |
@@ -350,6 +350,10 @@ bool CommandBufferClientImpl::IsGpuChannelLost() { |
return false; |
} |
+void CommandBufferClientImpl::EnsureWorkVisible() { |
+ // This is only relevant for out-of-process command buffers. |
+} |
+ |
gpu::CommandBufferNamespace CommandBufferClientImpl::GetNamespaceID() const { |
return gpu::CommandBufferNamespace::MOJO; |
} |