| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h (revision 95161)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h (working copy)
|
| @@ -128,7 +128,7 @@
|
| return reinterpret_cast<T>(ptr);
|
| }
|
|
|
| - IdAllocator* GetIdAllocator(GLuint namespace_id) {
|
| + IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) {
|
| return group_->GetIdAllocator(namespace_id);
|
| }
|
|
|
|
|