| 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 6e7d4b47ed74d1f6f41e1929922526e703d83fbe..bebf74ca2564e78175b50fdbcbab5d54797c3f29 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -383,10 +383,6 @@ void GLManager::SetSurfaceVisible(bool visible) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void GLManager::Echo(const base::Closure& callback) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| uint32 GLManager::CreateStreamTexture(uint32 texture_id) {
|
| NOTIMPLEMENTED();
|
| return 0;
|
|
|