| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 258ce7ace245a5befdcd1ba96711a3ca62504e74..cd9a8ffd31560cf895a9f56d1a92572cf7322a4a 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -86,7 +86,7 @@ class ResourceCreationAPI {
|
| uint32_t size) = 0;
|
| virtual PP_Resource CreateTrueTypeFont(
|
| PP_Instance instance,
|
| - const PP_TrueTypeFontDesc_Dev& desc) = 0;
|
| + const PP_TrueTypeFontDesc_Dev* desc) = 0;
|
| virtual PP_Resource CreateURLLoader(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateURLRequestInfo(
|
| PP_Instance instance) = 0;
|
|
|