| 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 #include "ppapi/thunk/interfaces_preamble.h" | 5 #include "ppapi/thunk/interfaces_preamble.h" |
| 6 | 6 |
| 7 // This file contains lists of interfaces. It's intended to be included by | 7 // This file contains lists of interfaces. It's intended to be included by |
| 8 // another file which defines implementations of the macros. This allows files | 8 // another file which defines implementations of the macros. This allows files |
| 9 // to do specific registration tasks for each supported interface. | 9 // to do specific registration tasks for each supported interface. |
| 10 | 10 |
| 11 | 11 |
| 12 // Api categories | 12 // Api categories |
| 13 // -------------- | 13 // -------------- |
| 14 // Enumerates the categories of APIs. These correspnd to the *_api.h files in | 14 // Enumerates the categories of APIs. These correspnd to the *_api.h files in |
| 15 // this directory. One API may implement one or more actual interfaces. | 15 // this directory. One API may implement one or more actual interfaces. |
| 16 // | 16 // |
| 17 // For PROXIED_APIs, these also correspond to *_Proxy objects. The proxied ones | 17 // For PROXIED_APIs, these also correspond to *_Proxy objects. The proxied ones |
| 18 // define factory functions for each of these classes. UNPROXIED_APIs are ones | 18 // define factory functions for each of these classes. UNPROXIED_APIs are ones |
| 19 // that exist in the webkit/plugins/ppapi/*_impl.h, but not in the proxy. | 19 // that exist in the webkit/plugins/ppapi/*_impl.h, but not in the proxy. |
| 20 PROXIED_API(PPB_Audio) | 20 PROXIED_API(PPB_Audio) |
| 21 PROXIED_API(PPB_Core) | 21 PROXIED_API(PPB_Core) |
| 22 PROXIED_API(PPB_FileIO) | 22 PROXIED_API(PPB_FileIO) |
| 23 PROXIED_API(PPB_FileRef) | 23 PROXIED_API(PPB_FileRef) |
| 24 PROXIED_API(PPB_FileSystem) | 24 PROXIED_API(PPB_FileSystem) |
| 25 PROXIED_API(PPB_Graphics2D) | |
| 26 PROXIED_API(PPB_Graphics3D) | 25 PROXIED_API(PPB_Graphics3D) |
| 27 PROXIED_API(PPB_ImageData) | 26 PROXIED_API(PPB_ImageData) |
| 28 PROXIED_API(PPB_Instance) | 27 PROXIED_API(PPB_Instance) |
| 29 PROXIED_API(PPB_URLLoader) | 28 PROXIED_API(PPB_URLLoader) |
| 30 PROXIED_API(PPB_URLResponseInfo) | 29 PROXIED_API(PPB_URLResponseInfo) |
| 31 | 30 |
| 32 // AudioConfig isn't proxied in the normal way, we have only local classes and | 31 // AudioConfig isn't proxied in the normal way, we have only local classes and |
| 33 // serialize it to a struct when we need it on the host side. | 32 // serialize it to a struct when we need it on the host side. |
| 34 UNPROXIED_API(PPB_AudioConfig) | 33 UNPROXIED_API(PPB_AudioConfig) |
| 35 | 34 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 46 // | 45 // |
| 47 // The interface_name is the string that corresponds to the interface. | 46 // The interface_name is the string that corresponds to the interface. |
| 48 // | 47 // |
| 49 // The interface_struct is the typename of the struct corresponding to the | 48 // The interface_struct is the typename of the struct corresponding to the |
| 50 // interface string. | 49 // interface string. |
| 51 // Note: Core is special and is registered manually. | 50 // Note: Core is special and is registered manually. |
| 52 PROXIED_IFACE(PPB_Audio, PPB_AUDIO_INTERFACE_1_0, PPB_Audio_1_0) | 51 PROXIED_IFACE(PPB_Audio, PPB_AUDIO_INTERFACE_1_0, PPB_Audio_1_0) |
| 53 PROXIED_IFACE(PPB_FileIO, PPB_FILEIO_INTERFACE_1_0, PPB_FileIO_1_0) | 52 PROXIED_IFACE(PPB_FileIO, PPB_FILEIO_INTERFACE_1_0, PPB_FileIO_1_0) |
| 54 PROXIED_IFACE(PPB_FileRef, PPB_FILEREF_INTERFACE_1_0, PPB_FileRef_1_0) | 53 PROXIED_IFACE(PPB_FileRef, PPB_FILEREF_INTERFACE_1_0, PPB_FileRef_1_0) |
| 55 PROXIED_IFACE(PPB_FileSystem, PPB_FILESYSTEM_INTERFACE_1_0, PPB_FileSystem_1_0) | 54 PROXIED_IFACE(PPB_FileSystem, PPB_FILESYSTEM_INTERFACE_1_0, PPB_FileSystem_1_0) |
| 56 PROXIED_IFACE(PPB_Graphics2D, PPB_GRAPHICS_2D_INTERFACE_1_0, PPB_Graphics2D_1_0) | |
| 57 PROXIED_IFACE(PPB_Graphics3D, PPB_GRAPHICS_3D_INTERFACE_1_0, PPB_Graphics3D_1_0) | 55 PROXIED_IFACE(PPB_Graphics3D, PPB_GRAPHICS_3D_INTERFACE_1_0, PPB_Graphics3D_1_0) |
| 58 PROXIED_IFACE(PPB_ImageData, PPB_IMAGEDATA_INTERFACE_1_0, PPB_ImageData_1_0) | 56 PROXIED_IFACE(PPB_ImageData, PPB_IMAGEDATA_INTERFACE_1_0, PPB_ImageData_1_0) |
| 59 PROXIED_IFACE(PPB_Instance, PPB_GAMEPAD_INTERFACE_1_0, PPB_Gamepad_1_0) | 57 PROXIED_IFACE(PPB_Instance, PPB_GAMEPAD_INTERFACE_1_0, PPB_Gamepad_1_0) |
| 60 PROXIED_IFACE(PPB_Instance, PPB_INSTANCE_INTERFACE_1_0, PPB_Instance_1_0) | 58 PROXIED_IFACE(PPB_Instance, PPB_INSTANCE_INTERFACE_1_0, PPB_Instance_1_0) |
| 59 PROXIED_IFACE(NoAPIName, PPB_GRAPHICS_2D_INTERFACE_1_0, PPB_Graphics2D_1_0) |
| 61 PROXIED_IFACE(NoAPIName, PPB_INPUT_EVENT_INTERFACE_1_0, PPB_InputEvent_1_0) | 60 PROXIED_IFACE(NoAPIName, PPB_INPUT_EVENT_INTERFACE_1_0, PPB_InputEvent_1_0) |
| 62 PROXIED_IFACE(NoAPIName, PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_0, | 61 PROXIED_IFACE(NoAPIName, PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_0, |
| 63 PPB_KeyboardInputEvent_1_0) | 62 PPB_KeyboardInputEvent_1_0) |
| 64 PROXIED_IFACE(NoAPIName, PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, | 63 PROXIED_IFACE(NoAPIName, PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, |
| 65 PPB_MouseInputEvent_1_0) | 64 PPB_MouseInputEvent_1_0) |
| 66 PROXIED_IFACE(NoAPIName, PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, | 65 PROXIED_IFACE(NoAPIName, PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, |
| 67 PPB_MouseInputEvent_1_1) | 66 PPB_MouseInputEvent_1_1) |
| 68 PROXIED_IFACE(NoAPIName, PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0, | 67 PROXIED_IFACE(NoAPIName, PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0, |
| 69 PPB_WheelInputEvent_1_0) | 68 PPB_WheelInputEvent_1_0) |
| 70 PROXIED_IFACE(NoAPIName, PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0, | 69 PROXIED_IFACE(NoAPIName, PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 84 | 83 |
| 85 // This has no corresponding _Proxy object since it does no IPC. | 84 // This has no corresponding _Proxy object since it does no IPC. |
| 86 PROXIED_IFACE(NoAPIName, PPB_AUDIO_CONFIG_INTERFACE_1_0, PPB_AudioConfig_1_0) | 85 PROXIED_IFACE(NoAPIName, PPB_AUDIO_CONFIG_INTERFACE_1_0, PPB_AudioConfig_1_0) |
| 87 PROXIED_IFACE(NoAPIName, PPB_AUDIO_CONFIG_INTERFACE_1_1, PPB_AudioConfig_1_1) | 86 PROXIED_IFACE(NoAPIName, PPB_AUDIO_CONFIG_INTERFACE_1_1, PPB_AudioConfig_1_1) |
| 88 | 87 |
| 89 #if !defined(OS_NACL) // TODO(bbudge) Port to NaCl. | 88 #if !defined(OS_NACL) // TODO(bbudge) Port to NaCl. |
| 90 PROXIED_IFACE(PPB_Instance, PPB_MOUSECURSOR_INTERFACE_1_0, PPB_MouseCursor_1_0) | 89 PROXIED_IFACE(PPB_Instance, PPB_MOUSECURSOR_INTERFACE_1_0, PPB_MouseCursor_1_0) |
| 91 #endif // !defined(OS_NACL) | 90 #endif // !defined(OS_NACL) |
| 92 | 91 |
| 93 #include "ppapi/thunk/interfaces_postamble.h" | 92 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |