OLD | NEW |
---|---|
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 /* From private/ppb_flash_font_file.idl modified Thu Dec 13 10:56:15 2012. */ | 6 /* From private/ppb_flash_font_file.idl modified Wed Jan 2 14:34:38 2013. */ |
Mark Seaborn
2013/01/17 00:25:58
The file hasn't changed otherwise. Please undo th
bbudge
2013/01/17 19:07:09
Done.
| |
7 | 7 |
8 #ifndef PPAPI_C_PRIVATE_PPB_FLASH_FONT_FILE_H_ | 8 #ifndef PPAPI_C_PRIVATE_PPB_FLASH_FONT_FILE_H_ |
9 #define PPAPI_C_PRIVATE_PPB_FLASH_FONT_FILE_H_ | 9 #define PPAPI_C_PRIVATE_PPB_FLASH_FONT_FILE_H_ |
10 | 10 |
11 #include "ppapi/c/pp_bool.h" | 11 #include "ppapi/c/pp_bool.h" |
12 #include "ppapi/c/pp_instance.h" | 12 #include "ppapi/c/pp_instance.h" |
13 #include "ppapi/c/pp_macros.h" | 13 #include "ppapi/c/pp_macros.h" |
14 #include "ppapi/c/pp_resource.h" | 14 #include "ppapi/c/pp_resource.h" |
15 #include "ppapi/c/pp_stdint.h" | 15 #include "ppapi/c/pp_stdint.h" |
16 #include "ppapi/c/pp_var.h" | 16 #include "ppapi/c/pp_var.h" |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
54 uint32_t* output_length); | 54 uint32_t* output_length); |
55 }; | 55 }; |
56 | 56 |
57 typedef struct PPB_Flash_FontFile_0_1 PPB_Flash_FontFile; | 57 typedef struct PPB_Flash_FontFile_0_1 PPB_Flash_FontFile; |
58 /** | 58 /** |
59 * @} | 59 * @} |
60 */ | 60 */ |
61 | 61 |
62 #endif /* PPAPI_C_PRIVATE_PPB_FLASH_FONT_FILE_H_ */ | 62 #endif /* PPAPI_C_PRIVATE_PPB_FLASH_FONT_FILE_H_ */ |
63 | 63 |
OLD | NEW |