Chromium Code Reviews| Index: ppapi/c/ppb_instance.h |
| =================================================================== |
| --- ppapi/c/ppb_instance.h (revision 98174) |
| +++ ppapi/c/ppb_instance.h (working copy) |
| @@ -78,6 +78,13 @@ |
| */ |
| PP_Bool (*IsFullFrame)(PP_Instance instance); |
| }; |
| + |
| +struct PPB_Instance_0_5 { |
| + struct PP_Var (*GetWindowObject)(PP_Instance instance); |
| + struct PP_Var (*GetOwnerElementObject)(PP_Instance instance); |
| + PP_Bool (*BindGraphics)(PP_Instance instance, PP_Resource device); |
|
dmichael (off chromium)
2011/08/30 16:02:37
Please update the IDL to remove the 0.5 version an
|
| + PP_Bool (*IsFullFrame)(PP_Instance instance); |
| +}; |
| /** |
| * @} |
| */ |