| Index: webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| index 62c70557f7a58a99e7d21fe52b3d748c6a8308e0..02ab9128ef904be715c312a823506561733e3ff9 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| @@ -67,9 +67,9 @@ class PPB_Graphics3D_Impl : public ::ppapi::PPB_Graphics3D_Shared {
|
| private:
|
| explicit PPB_Graphics3D_Impl(PP_Instance instance);
|
|
|
| - bool Init(PP_Resource share_context,
|
| + bool Init(PPB_Graphics3D_API* share_context,
|
| const int32_t* attrib_list);
|
| - bool InitRaw(PP_Resource share_context,
|
| + bool InitRaw(PPB_Graphics3D_API* share_context,
|
| const int32_t* attrib_list);
|
|
|
| // Notifications received from the GPU process.
|
|
|