| Index: ppapi/c/trusted/ppb_graphics_3d_trusted.h
|
| diff --git a/ppapi/c/trusted/ppb_graphics_3d_trusted.h b/ppapi/c/trusted/ppb_graphics_3d_trusted.h
|
| index 353b6dd351640c579cea7607da819812fc3c310a..d9294d0dcb4e4661a0edcefdabe05f7afcc9ce38 100644
|
| --- a/ppapi/c/trusted/ppb_graphics_3d_trusted.h
|
| +++ b/ppapi/c/trusted/ppb_graphics_3d_trusted.h
|
| @@ -51,7 +51,7 @@ struct PP_Graphics3DTrustedState {
|
| uint32_t generation;
|
| };
|
|
|
| -struct PPB_Graphics3DTrusted {
|
| +struct PPB_Graphics3DTrusted_1_0 {
|
| // Creates a raw Graphics3D resource. A raw Graphics3D is intended to be used
|
| // with the trusted interface, through the command buffer (for proxying).
|
| PP_Resource (*CreateRaw)(PP_Instance instance_id,
|
| @@ -99,5 +99,6 @@ struct PPB_Graphics3DTrusted {
|
| int32_t last_known_get);
|
| };
|
|
|
| -#endif // PPAPI_C_TRUSTED_PPB_GRAPHICS_3D_TRUSTED_H_
|
| +typedef struct PPB_Graphics3DTrusted_1_0 PPB_Graphics3DTrusted;
|
|
|
| +#endif // PPAPI_C_TRUSTED_PPB_GRAPHICS_3D_TRUSTED_H_
|
|
|