| Index: content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.cc b/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| index 1fbc68b7ff060643071e15c97e0e802c290788ae..3e8f710b07dea563b806a4845fcc554bc0456ed3 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| @@ -245,7 +245,7 @@ bool PPB_Graphics3D_Impl::InitRaw(PPB_Graphics3D_API* share_context,
|
| command_buffer_ = channel->CreateCommandBuffer(
|
| gpu::kNullSurfaceHandle, surface_size, share_buffer,
|
| gpu::GPU_STREAM_DEFAULT, gpu::GpuStreamPriority::NORMAL, attribs,
|
| - GURL::EmptyGURL(), gpu_preference);
|
| + GURL::EmptyGURL(), gpu_preference, base::ThreadTaskRunnerHandle::Get());
|
| if (!command_buffer_)
|
| return false;
|
|
|
|
|