| 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, | 26 PROXIED_IFACE(PPB_Flash, |
| 27 PPB_FLASH_INTERFACE_12_5, | 27 PPB_FLASH_INTERFACE_12_5, |
| 28 PPB_Flash_12_5) | 28 PPB_Flash_12_5) |
| 29 PROXIED_IFACE(PPB_Flash, |
| 30 PPB_FLASH_INTERFACE_12_6, |
| 31 PPB_Flash_12_6) |
| 29 | 32 |
| 30 PROXIED_IFACE(PPB_Flash, | 33 PROXIED_IFACE(PPB_Flash, |
| 31 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, | 34 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, |
| 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_3_0, | 37 PPB_FLASH_CLIPBOARD_INTERFACE_3_0, |
| 35 PPB_Flash_Clipboard_3_0) | 38 PPB_Flash_Clipboard_3_0) |
| 36 PROXIED_IFACE(PPB_Flash, | 39 PROXIED_IFACE(PPB_Flash, |
| 37 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, | 40 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, |
| 38 PPB_Flash_Clipboard_4_0) | 41 PPB_Flash_Clipboard_4_0) |
| (...skipping 24 matching lines...) Expand all Loading... |
| 63 PROXIED_IFACE(PPB_Flash_MessageLoop, | 66 PROXIED_IFACE(PPB_Flash_MessageLoop, |
| 64 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 67 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
| 65 PPB_Flash_MessageLoop_0_1) | 68 PPB_Flash_MessageLoop_0_1) |
| 66 | 69 |
| 67 // TCPSocketPrivate is defined in the normal private interfaces. | 70 // TCPSocketPrivate is defined in the normal private interfaces. |
| 68 PROXIED_IFACE(PPB_TCPSocket_Private, | 71 PROXIED_IFACE(PPB_TCPSocket_Private, |
| 69 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, | 72 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, |
| 70 PPB_TCPSocket_Private_0_3) | 73 PPB_TCPSocket_Private_0_3) |
| 71 | 74 |
| 72 #include "ppapi/thunk/interfaces_postamble.h" | 75 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |