| 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 dec43cf3732cbf590c44c53a5b1f9773352ef5d9..eb1ff07a0c49e9e2ff67e80147a1f8f9b05a205c 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| @@ -26,9 +26,6 @@ class GpuChannelHost;
|
|
|
| class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
|
| public:
|
| - static PP_Resource Create(PP_Instance instance,
|
| - PP_Resource share_context,
|
| - const int32_t* attrib_list);
|
| static PP_Resource CreateRaw(PP_Instance instance,
|
| PP_Resource share_context,
|
| const int32_t* attrib_list,
|
| @@ -78,7 +75,6 @@ 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,
|
| gpu::Capabilities* capabilities,
|
|
|