| Index: gpu/command_buffer/client/gles2_implementation.h | 
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h | 
| index a34f6ce5ae731cdf78000f799bf6c173a1c53eb5..b997ea13f1b44c9edd7156360371c1ab23174da2 100644 | 
| --- a/gpu/command_buffer/client/gles2_implementation.h | 
| +++ b/gpu/command_buffer/client/gles2_implementation.h | 
| @@ -165,7 +165,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation | 
| bool bind_generates_resource, | 
| bool lose_context_when_out_of_memory, | 
| bool support_client_side_arrays, | 
| -                      GpuControl* gpu_control); | 
| +                      GpuControl* gpu_control, | 
| +                      scoped_refptr<base::SingleThreadTaskRunner> task_runner); | 
|  | 
| ~GLES2Implementation() override; | 
|  | 
|  |