Index: ppapi/thunk/resource_creation_api.h |
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h |
index dc84d19f5edec370a78c62bf43bb891798892a8c..724f2959bc663915b5dd14e1050e53ac3ea25597 100644 |
--- a/ppapi/thunk/resource_creation_api.h |
+++ b/ppapi/thunk/resource_creation_api.h |
@@ -83,7 +83,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; |