| 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 c999fad4f0bc5da324bd0bdbbd7fe93edd4d3808..11fe184a2290baf5b2c2c0b3a5020e940147df87 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| @@ -292,7 +292,7 @@ bool PPB_Graphics3D_Impl::InitRaw(PPB_Graphics3D_API* share_context,
|
|
|
| command_buffer_ = channel_->CreateOffscreenCommandBuffer(
|
| surface_size, share_buffer, GpuChannelHost::kDefaultStreamId,
|
| - GpuChannelHost::kDefaultStreamPriority, attribs, GURL::EmptyGURL(),
|
| + GpuChannelHost::kDefaultStreamPriority, attribs, std::string(),
|
| gpu_preference);
|
| if (!command_buffer_)
|
| return false;
|
|
|