| Index: gpu/command_buffer/tests/gl_manager.cc
|
| diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
|
| index 9ad141e2b216a6ce4e9f7e356acd03a3d0c696e0..86329147466b63f04755b5a0e502167d68d18f7a 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -499,6 +499,10 @@ bool GLManager::IsGpuChannelLost() {
|
| return false;
|
| }
|
|
|
| +void GLManager::EnsureWorkVisible() {
|
| + // This is only relevant for out-of-process command buffers.
|
| +}
|
| +
|
| gpu::CommandBufferNamespace GLManager::GetNamespaceID() const {
|
| return gpu::CommandBufferNamespace::IN_PROCESS;
|
| }
|
|
|