 Chromium Code Reviews
 Chromium Code Reviews Issue 2275113002:
  Provide task runner to GLES2Impl / CommandBuffer at creation  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@fix-cleanup4
    
  
    Issue 2275113002:
  Provide task runner to GLES2Impl / CommandBuffer at creation  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@fix-cleanup4| Index: gpu/command_buffer/client/gles2_implementation.cc | 
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc | 
| index 1098a4030e0e60e9941e2b3b40fc4a984c717030..c4c77e6bf9ba518a4338522754153839a8146680 100644 | 
| --- a/gpu/command_buffer/client/gles2_implementation.cc | 
| +++ b/gpu/command_buffer/client/gles2_implementation.cc | 
| @@ -133,7 +133,8 @@ GLES2Implementation::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) | 
| 
piman
2016/08/25 22:51:02
In what way is this task runner meant to be used?
 | 
| : helper_(helper), | 
| transfer_buffer_(transfer_buffer), | 
| chromium_framebuffer_multisample_(kUnknownExtensionStatus), |