| Index: ppapi/proxy/truetype_font_singleton_resource.cc
|
| diff --git a/ppapi/proxy/truetype_font_singleton_resource.cc b/ppapi/proxy/truetype_font_singleton_resource.cc
|
| index 77a7432c54969a103feae73ffaf5c12a978e8ff7..277aba1f51aa51c55e36096a1697e7e50217d672 100644
|
| --- a/ppapi/proxy/truetype_font_singleton_resource.cc
|
| +++ b/ppapi/proxy/truetype_font_singleton_resource.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ppapi/proxy/truetype_font_singleton_resource.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "ppapi/proxy/ppapi_messages.h"
|
| #include "ppapi/proxy/serialized_structs.h"
|
|
|