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..bf80ae566bf57e04c7b5eb682ee3fe597c4d7266 100644 |
--- a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h |
+++ b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h |
@@ -18,10 +18,10 @@ class PPB_Graphics3D_Impl : public ::ppapi::PPB_Graphics3D_Shared { |
virtual ~PPB_Graphics3D_Impl(); |
static PP_Resource Create(PP_Instance instance, |
- PP_Resource share_context, |
+ PPB_Graphics3D_API* share_context, |
const int32_t* attrib_list); |
static PP_Resource CreateRaw(PP_Instance instance, |
- PP_Resource share_context, |
+ PPB_Graphics3D_API* share_context, |
const int32_t* attrib_list); |
// PPB_Graphics3D_API trusted implementation. |
@@ -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. |