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 // Please see inteface_ppb_public_stable for the documentation on the format of | 5 // Please see inteface_ppb_public_stable for the documentation on the format of |
6 // this file. | 6 // this file. |
7 | 7 |
8 #include "ppapi/thunk/interfaces_preamble.h" | 8 #include "ppapi/thunk/interfaces_preamble.h" |
9 | 9 |
10 PROXIED_API(PPB_Flash) | 10 PROXIED_API(PPB_Flash) |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, | 43 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, |
44 PPB_Flash_File_ModuleLocal_3_0) | 44 PPB_Flash_File_ModuleLocal_3_0) |
45 PROXIED_IFACE(PPB_Flash, | 45 PROXIED_IFACE(PPB_Flash, |
46 PPB_FLASH_FILE_FILEREF_INTERFACE, | 46 PPB_FLASH_FILE_FILEREF_INTERFACE, |
47 PPB_Flash_File_FileRef) | 47 PPB_Flash_File_FileRef) |
48 | 48 |
49 PROXIED_IFACE(NoAPIName, | 49 PROXIED_IFACE(NoAPIName, |
50 PPB_FLASH_DEVICEID_INTERFACE_1_0, | 50 PPB_FLASH_DEVICEID_INTERFACE_1_0, |
51 PPB_Flash_DeviceID_1_0) | 51 PPB_Flash_DeviceID_1_0) |
52 | 52 |
| 53 PROXIED_IFACE(NoAPIName, |
| 54 PPB_FLASH_FONTFILE_INTERFACE_0_1, |
| 55 PPB_Flash_FontFile_0_1) |
| 56 |
53 PROXIED_API(PPB_Flash_Menu) | 57 PROXIED_API(PPB_Flash_Menu) |
54 PROXIED_IFACE(PPB_Flash_Menu, | 58 PROXIED_IFACE(PPB_Flash_Menu, |
55 PPB_FLASH_MENU_INTERFACE_0_2, | 59 PPB_FLASH_MENU_INTERFACE_0_2, |
56 PPB_Flash_Menu_0_2) | 60 PPB_Flash_Menu_0_2) |
57 | 61 |
58 PROXIED_API(PPB_Flash_MessageLoop) | 62 PROXIED_API(PPB_Flash_MessageLoop) |
59 PROXIED_IFACE(PPB_Flash_MessageLoop, | 63 PROXIED_IFACE(PPB_Flash_MessageLoop, |
60 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 64 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
61 PPB_Flash_MessageLoop_0_1) | 65 PPB_Flash_MessageLoop_0_1) |
62 | 66 |
63 // TCPSocketPrivate is defined in the normal private interfaces. | 67 // TCPSocketPrivate is defined in the normal private interfaces. |
64 PROXIED_IFACE(PPB_TCPSocket_Private, | 68 PROXIED_IFACE(PPB_TCPSocket_Private, |
65 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, | 69 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, |
66 PPB_TCPSocket_Private_0_3) | 70 PPB_TCPSocket_Private_0_3) |
67 | 71 |
68 #include "ppapi/thunk/interfaces_postamble.h" | 72 #include "ppapi/thunk/interfaces_postamble.h" |
OLD | NEW |