| Index: webkit/plugins/ppapi/resource_creation_impl.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/resource_creation_impl.h (revision 92908)
|
| +++ webkit/plugins/ppapi/resource_creation_impl.h (working copy)
|
| @@ -67,6 +67,10 @@
|
| PP_Config3D_Dev config,
|
| PP_Resource share_context,
|
| const int32_t* attrib_list) OVERRIDE;
|
| + virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance,
|
| + PP_Config3D_Dev config,
|
| + PP_Resource share_context,
|
| + const int32_t* attrib_list) OVERRIDE;
|
| virtual PP_Resource CreateImageData(PP_Instance instance,
|
| PP_ImageDataFormat format,
|
| const PP_Size& size,
|
|
|