| Index: components/mus/gles2/command_buffer_local.cc
|
| diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
|
| index 461262bc659367153657893fd22e8df0cea60a0a..9018c56e353b5c733da438c1665f5adf940d77ff 100644
|
| --- a/components/mus/gles2/command_buffer_local.cc
|
| +++ b/components/mus/gles2/command_buffer_local.cc
|
| @@ -202,12 +202,6 @@ void CommandBufferLocal::SetSurfaceVisible(bool visible) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -uint32_t CommandBufferLocal::CreateStreamTexture(uint32_t texture_id) {
|
| - // TODO(piman)
|
| - NOTIMPLEMENTED();
|
| - return 0;
|
| -}
|
| -
|
| void CommandBufferLocal::SetLock(base::Lock* lock) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|