| Index: ppapi/shared_impl/ppb_graphics_3d_shared.h
 | 
| diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.h b/ppapi/shared_impl/ppb_graphics_3d_shared.h
 | 
| index ee72144b8da30aaaf88fc640c51faa8be1a054c7..3369f29f5e0b1641bd9d466c58a89e9d52a1c3d2 100644
 | 
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.h
 | 
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.h
 | 
| @@ -65,7 +65,8 @@ class PPAPI_SHARED_EXPORT PPB_Graphics3D_Shared
 | 
|  
 | 
|    bool HasPendingSwap() const;
 | 
|    bool CreateGLES2Impl(int32 command_buffer_size,
 | 
| -                       int32 transfer_buffer_size);
 | 
| +                       int32 transfer_buffer_size,
 | 
| +                       gpu::gles2::GLES2Implementation* share_gles2);
 | 
|    void DestroyGLES2Impl();
 | 
|  
 | 
|   private:
 | 
| 
 |