Index: ppapi/proxy/resource_creation_proxy.h |
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
index 2a4cdcc894e4290f01adcaf04b439520b863ced6..c49932e618ddc8c95ddd86e0c59f13cd7d69814d 100644 |
--- a/ppapi/proxy/resource_creation_proxy.h |
+++ b/ppapi/proxy/resource_creation_proxy.h |
@@ -77,7 +77,7 @@ class ResourceCreationProxy : public InterfaceProxy, |
uint32_t size) OVERRIDE; |
virtual PP_Resource CreateTrueTypeFont( |
PP_Instance instance, |
- const PP_TrueTypeFontDesc_Dev& desc) OVERRIDE; |
+ const PP_TrueTypeFontDesc_Dev* desc) OVERRIDE; |
virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE; |
virtual PP_Resource CreateURLRequestInfo( |
PP_Instance instance) OVERRIDE; |