| Index: ppapi/shared_impl/ppb_graphics_3d_shared.cc
 | 
| diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.cc b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
 | 
| index b4e258b3f8cd0a097b7044efa8b96f3be29edc28..a81bf81ff3c9b8aa664d16e3650a890c20e8eefe 100644
 | 
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.cc
 | 
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
 | 
| @@ -125,7 +125,10 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl(
 | 
|        share_gles2 ? share_gles2->share_group() : NULL,
 | 
|        transfer_buffer_.get(),
 | 
|        bind_creates_resources,
 | 
| -      GetGpuControl()));
 | 
| +      GetGpuControl(),
 | 
| +      // TODO(boliu): Need to implement this to use cc in Pepper. Tracked in
 | 
| +      // crbug.com/325391.
 | 
| +      gpu::Capabilities()));
 | 
|  
 | 
|    if (!gles2_impl_->Initialize(
 | 
|             transfer_buffer_size,
 | 
| 
 |