| Index: content/renderer/pepper/ppb_graphics_3d_impl.h
|
| diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| index 97a9b9dbdf91c5f8cbeafa1c599a35dcbe521976..6594dce069c6bf78e73c7dd81e7bdb4af789aed9 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| @@ -59,10 +59,8 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
|
| private:
|
| explicit PPB_Graphics3D_Impl(PP_Instance instance);
|
|
|
| - bool Init(PPB_Graphics3D_API* share_context,
|
| - const int32_t* attrib_list);
|
| - bool InitRaw(PPB_Graphics3D_API* share_context,
|
| - const int32_t* attrib_list);
|
| + bool Init(PPB_Graphics3D_API* share_context, const int32_t* attrib_list);
|
| + bool InitRaw(PPB_Graphics3D_API* share_context, const int32_t* attrib_list);
|
|
|
| // Notifications received from the GPU process.
|
| void OnSwapBuffers();
|
|
|