| 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 0c351e844318d27533979cd4a74d9739a5215471..3053abd8c6aaa4c24c6ca1c2c1b82ecaf907151b 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -488,10 +488,6 @@ void GLManager::SignalQuery(uint32 query, const base::Closure& callback) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void GLManager::SetSurfaceVisible(bool visible) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void GLManager::SetLock(base::Lock*) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|