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 /* From private/ppb_instance_private.idl modified Mon Oct 8 10:50:04 2012. */ | 6 /* From private/ppb_instance_private.idl modified Fri Oct 19 15:07:49 2012. */ |
7 | 7 |
8 #ifndef PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ | 8 #ifndef PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ |
9 #define PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ | 9 #define PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ |
10 | 10 |
11 #include "ppapi/c/pp_bool.h" | 11 #include "ppapi/c/pp_bool.h" |
12 #include "ppapi/c/pp_instance.h" | 12 #include "ppapi/c/pp_instance.h" |
13 #include "ppapi/c/pp_macros.h" | 13 #include "ppapi/c/pp_macros.h" |
14 #include "ppapi/c/pp_stdint.h" | 14 #include "ppapi/c/pp_stdint.h" |
15 #include "ppapi/c/pp_var.h" | 15 #include "ppapi/c/pp_var.h" |
16 | 16 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 struct PP_Var* exception); | 74 struct PP_Var* exception); |
75 }; | 75 }; |
76 | 76 |
77 typedef struct PPB_Instance_Private_0_1 PPB_Instance_Private; | 77 typedef struct PPB_Instance_Private_0_1 PPB_Instance_Private; |
78 /** | 78 /** |
79 * @} | 79 * @} |
80 */ | 80 */ |
81 | 81 |
82 #endif /* PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ */ | 82 #endif /* PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ */ |
83 | 83 |
OLD | NEW |