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) |
11 PROXIED_IFACE(PPB_Flash, | 11 PROXIED_IFACE(PPB_Flash, |
12 PPB_FLASH_INTERFACE_12_0, | 12 PPB_FLASH_INTERFACE_12_0, |
13 PPB_Flash_12_0) | 13 PPB_Flash_12_0) |
14 PROXIED_IFACE(PPB_Flash, | 14 PROXIED_IFACE(PPB_Flash, |
15 PPB_FLASH_INTERFACE_12_1, | 15 PPB_FLASH_INTERFACE_12_1, |
16 PPB_Flash_12_1) | 16 PPB_Flash_12_1) |
17 PROXIED_IFACE(PPB_Flash, | 17 PROXIED_IFACE(PPB_Flash, |
18 PPB_FLASH_INTERFACE_12_2, | 18 PPB_FLASH_INTERFACE_12_2, |
19 PPB_Flash_12_2) | 19 PPB_Flash_12_2) |
20 PROXIED_IFACE(PPB_Flash, | 20 PROXIED_IFACE(PPB_Flash, |
21 PPB_FLASH_INTERFACE_12_3, | 21 PPB_FLASH_INTERFACE_12_3, |
22 PPB_Flash_12_3) | 22 PPB_Flash_12_3) |
23 PROXIED_IFACE(PPB_Flash, | 23 PROXIED_IFACE(PPB_Flash, |
24 PPB_FLASH_INTERFACE_12_4, | 24 PPB_FLASH_INTERFACE_12_4, |
25 PPB_Flash_12_4) | 25 PPB_Flash_12_4) |
| 26 PROXIED_IFACE(PPB_Flash, |
| 27 PPB_FLASH_INTERFACE_12_5, |
| 28 PPB_Flash_12_5) |
26 | 29 |
27 PROXIED_IFACE(PPB_Flash, | 30 PROXIED_IFACE(PPB_Flash, |
28 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, | 31 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, |
29 PPB_Flash_Clipboard_3_0) | 32 PPB_Flash_Clipboard_3_0) |
30 PROXIED_IFACE(PPB_Flash, | 33 PROXIED_IFACE(PPB_Flash, |
31 PPB_FLASH_CLIPBOARD_INTERFACE_3_0, | 34 PPB_FLASH_CLIPBOARD_INTERFACE_3_0, |
32 PPB_Flash_Clipboard_3_0) | 35 PPB_Flash_Clipboard_3_0) |
33 PROXIED_IFACE(PPB_Flash, | 36 PROXIED_IFACE(PPB_Flash, |
34 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, | 37 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, |
35 PPB_Flash_Clipboard_4_0) | 38 PPB_Flash_Clipboard_4_0) |
(...skipping 21 matching lines...) Expand all Loading... |
57 PROXIED_IFACE(PPB_Flash_MessageLoop, | 60 PROXIED_IFACE(PPB_Flash_MessageLoop, |
58 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 61 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
59 PPB_Flash_MessageLoop_0_1) | 62 PPB_Flash_MessageLoop_0_1) |
60 | 63 |
61 // TCPSocketPrivate is defined in the normal private interfaces. | 64 // TCPSocketPrivate is defined in the normal private interfaces. |
62 PROXIED_IFACE(PPB_TCPSocket_Private, | 65 PROXIED_IFACE(PPB_TCPSocket_Private, |
63 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, | 66 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, |
64 PPB_TCPSocket_Private_0_3) | 67 PPB_TCPSocket_Private_0_3) |
65 | 68 |
66 #include "ppapi/thunk/interfaces_postamble.h" | 69 #include "ppapi/thunk/interfaces_postamble.h" |
OLD | NEW |