| 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 69336791a0d27419e9a57918223cc945b56db987..97ea89a4e3481282c121ad7159e2d7aa4328f3ed 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.cc
|
| +++ b/mojo/gles2/command_buffer_client_impl.cc
|
| @@ -335,4 +335,9 @@ void CommandBufferClientImpl::MakeProgressAndUpdateState() {
|
| void CommandBufferClientImpl::SetLock(base::Lock* lock) {
|
| }
|
|
|
| +bool CommandBufferClientImpl::IsGpuChannelLost() {
|
| + // This is only possible for out-of-process command buffers.
|
| + return false;
|
| +}
|
| +
|
| } // namespace gles2
|
|
|