| 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 d4d4c2bad285444b5180f304ead1c80080ac51f2..7d6a86b348d4f607fbb6d4d4547759b0fe232e1e 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| @@ -60,8 +60,6 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
|
| private:
|
| explicit PPB_Graphics3D_Impl(PP_Instance instance);
|
|
|
| - static PP_Bool IsGpuBlacklisted();
|
| -
|
| bool Init(PPB_Graphics3D_API* share_context,
|
| const int32_t* attrib_list);
|
| bool InitRaw(PPB_Graphics3D_API* share_context,
|
|
|