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 | 5 |
6 /* Last generated from IDL: Wed Nov 7 13:45:01 2012. */ | 6 /* Last generated from IDL: Thu Nov 8 08:56:35 2012. */ |
7 #include "ppapi/generators/pnacl_shim.h" | 7 #include "ppapi/generators/pnacl_shim.h" |
8 | 8 |
9 #include "ppapi/c/ppb.h" | 9 #include "ppapi/c/ppb.h" |
10 #include "ppapi/c/dev/ppb_audio_input_dev.h" | 10 #include "ppapi/c/dev/ppb_audio_input_dev.h" |
11 #include "ppapi/c/dev/ppb_buffer_dev.h" | 11 #include "ppapi/c/dev/ppb_buffer_dev.h" |
12 #include "ppapi/c/dev/ppb_console_dev.h" | 12 #include "ppapi/c/dev/ppb_console_dev.h" |
13 #include "ppapi/c/dev/ppb_crypto_dev.h" | 13 #include "ppapi/c/dev/ppb_crypto_dev.h" |
14 #include "ppapi/c/dev/ppb_cursor_control_dev.h" | 14 #include "ppapi/c/dev/ppb_cursor_control_dev.h" |
15 #include "ppapi/c/dev/ppb_device_ref_dev.h" | 15 #include "ppapi/c/dev/ppb_device_ref_dev.h" |
16 #include "ppapi/c/dev/ppb_file_chooser_dev.h" | 16 #include "ppapi/c/dev/ppb_file_chooser_dev.h" |
(...skipping 5327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5344 } | 5344 } |
5345 | 5345 |
5346 if (wrapper->wrapped_iface) { | 5346 if (wrapper->wrapped_iface) { |
5347 return wrapper->wrapped_iface; | 5347 return wrapper->wrapped_iface; |
5348 } else { | 5348 } else { |
5349 return wrapper->real_iface; | 5349 return wrapper->real_iface; |
5350 } | 5350 } |
5351 } | 5351 } |
5352 | 5352 |
5353 #endif | 5353 #endif |
OLD | NEW |