| 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_IFACE(PPB_FLASH_INTERFACE_12_4, | 10 PROXIED_IFACE(PPB_FLASH_INTERFACE_12_4, |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 PPB_Flash_Clipboard_4_0) | 25 PPB_Flash_Clipboard_4_0) |
| 26 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_0, | 26 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_0, |
| 27 PPB_Flash_Clipboard_5_0) | 27 PPB_Flash_Clipboard_5_0) |
| 28 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_1, | 28 PROXIED_IFACE(PPB_FLASH_CLIPBOARD_INTERFACE_5_1, |
| 29 PPB_Flash_Clipboard_5_1) | 29 PPB_Flash_Clipboard_5_1) |
| 30 | 30 |
| 31 PROXIED_IFACE(PPB_FLASH_DEVICEID_INTERFACE_1_0, | 31 PROXIED_IFACE(PPB_FLASH_DEVICEID_INTERFACE_1_0, |
| 32 PPB_Flash_DeviceID_1_0) | 32 PPB_Flash_DeviceID_1_0) |
| 33 PROXIED_IFACE(PPB_FLASH_DRM_INTERFACE_1_0, | 33 PROXIED_IFACE(PPB_FLASH_DRM_INTERFACE_1_0, |
| 34 PPB_Flash_DRM_1_0) | 34 PPB_Flash_DRM_1_0) |
| 35 PROXIED_IFACE(PPB_FLASH_DRM_INTERFACE_1_1, |
| 36 PPB_Flash_DRM_1_1) |
| 35 | 37 |
| 36 PROXIED_IFACE(PPB_FLASH_FONTFILE_INTERFACE_0_1, | 38 PROXIED_IFACE(PPB_FLASH_FONTFILE_INTERFACE_0_1, |
| 37 PPB_Flash_FontFile_0_1) | 39 PPB_Flash_FontFile_0_1) |
| 38 | 40 |
| 39 PROXIED_IFACE(PPB_FLASH_MENU_INTERFACE_0_2, | 41 PROXIED_IFACE(PPB_FLASH_MENU_INTERFACE_0_2, |
| 40 PPB_Flash_Menu_0_2) | 42 PPB_Flash_Menu_0_2) |
| 41 | 43 |
| 42 PROXIED_API(PPB_Flash_MessageLoop) | 44 PROXIED_API(PPB_Flash_MessageLoop) |
| 43 PROXIED_IFACE(PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 45 PROXIED_IFACE(PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
| 44 PPB_Flash_MessageLoop_0_1) | 46 PPB_Flash_MessageLoop_0_1) |
| 45 | 47 |
| 46 PROXIED_IFACE(PPB_FLASH_PRINT_INTERFACE_1_0, | 48 PROXIED_IFACE(PPB_FLASH_PRINT_INTERFACE_1_0, |
| 47 PPB_Flash_Print_1_0) | 49 PPB_Flash_Print_1_0) |
| 48 | 50 |
| 49 #include "ppapi/thunk/interfaces_postamble.h" | 51 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |