| Index: webkit/plugins/ppapi/resource_creation_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/resource_creation_impl.cc (revision 92890)
|
| +++ webkit/plugins/ppapi/resource_creation_impl.cc (working copy)
|
| @@ -182,15 +182,6 @@
|
| attrib_list);
|
| }
|
|
|
| -PP_Resource ResourceCreationImpl::CreateGraphics3DRaw(
|
| - PP_Instance instance,
|
| - PP_Config3D_Dev config,
|
| - PP_Resource share_context,
|
| - const int32_t* attrib_list) {
|
| - return PPB_Graphics3D_Impl::CreateRaw(instance_, config, share_context,
|
| - attrib_list);
|
| -}
|
| -
|
| PP_Resource ResourceCreationImpl::CreateImageData(PP_Instance pp_instance,
|
| PP_ImageDataFormat format,
|
| const PP_Size& size,
|
|
|