diff options
Diffstat (limited to 'content/renderer/pepper/ppb_graphics_3d_impl.h')
-rw-r--r-- | content/renderer/pepper/ppb_graphics_3d_impl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h index 97a9b9d..6594dce 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(); |