| 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_AudioInput) | 10 PROXIED_API(PPB_AudioInput) |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 PPB_VideoCapture_Dev_0_2) | 68 PPB_VideoCapture_Dev_0_2) |
| 69 PROXIED_IFACE(PPB_VideoDecoder, PPB_VIDEODECODER_DEV_INTERFACE_0_16, | 69 PROXIED_IFACE(PPB_VideoDecoder, PPB_VIDEODECODER_DEV_INTERFACE_0_16, |
| 70 PPB_VideoDecoder_Dev_0_16) | 70 PPB_VideoDecoder_Dev_0_16) |
| 71 UNPROXIED_IFACE(PPB_VideoLayer, PPB_VIDEOLAYER_DEV_INTERFACE_0_1, | 71 UNPROXIED_IFACE(PPB_VideoLayer, PPB_VIDEOLAYER_DEV_INTERFACE_0_1, |
| 72 PPB_VideoLayer_Dev_0_1) | 72 PPB_VideoLayer_Dev_0_1) |
| 73 PROXIED_IFACE(NoAPIName, PPB_VIEW_DEV_INTERFACE_0_1, | 73 PROXIED_IFACE(NoAPIName, PPB_VIEW_DEV_INTERFACE_0_1, |
| 74 PPB_View_Dev_0_1) | 74 PPB_View_Dev_0_1) |
| 75 UNPROXIED_IFACE(PPB_WebSocket, PPB_WEBSOCKET_INTERFACE_1_0, | 75 UNPROXIED_IFACE(PPB_WebSocket, PPB_WEBSOCKET_INTERFACE_1_0, |
| 76 PPB_WebSocket_1_0) | 76 PPB_WebSocket_1_0) |
| 77 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3) | 77 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3) |
| 78 UNPROXIED_IFACE(PPB_ContentDecryptionModule_Dev, |
| 79 PPB_CONTENTDECRYPTOR_DEV_INTERFACE_0_1, |
| 80 PPB_ContentDecryptor_Dev_0_1) |
| 78 | 81 |
| 79 #include "ppapi/thunk/interfaces_postamble.h" | 82 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |