| Index: gpu/command_buffer/service/texture_manager.h
|
| diff --git a/gpu/command_buffer/service/texture_manager.h b/gpu/command_buffer/service/texture_manager.h
|
| index f521333e8e9a29c077c302a015348a632fce924a..b3ab3ce72c2d81191f34f7ec1220bf859bd9e860 100644
|
| --- a/gpu/command_buffer/service/texture_manager.h
|
| +++ b/gpu/command_buffer/service/texture_manager.h
|
| @@ -1021,7 +1021,7 @@ class GPU_EXPORT TextureManager : public base::trace_event::MemoryDumpProvider {
|
|
|
| void DoTexImage(
|
| DecoderTextureState* texture_state,
|
| - ErrorState* error_state,
|
| + ContextState* state,
|
| DecoderFramebufferState* framebuffer_state,
|
| const char* function_name,
|
| TextureRef* texture_ref,
|
|
|