Index: ppapi/c/ppb_graphics_3d.h |
diff --git a/ppapi/c/ppb_graphics_3d.h b/ppapi/c/ppb_graphics_3d.h |
index 64153181829e24d37d63a776075598dfdf3cce48..6f1b58bb1cf7a818c75fddf401aff82a1153d2c5 100644 |
--- a/ppapi/c/ppb_graphics_3d.h |
+++ b/ppapi/c/ppb_graphics_3d.h |
@@ -32,7 +32,7 @@ |
#define PPB_GRAPHICS_3D_INTERFACE_1_0 "PPB_Graphics3D;1.0" |
#define PPB_GRAPHICS_3D_INTERFACE PPB_GRAPHICS_3D_INTERFACE_1_0 |
-struct PPB_Graphics3D { |
+struct PPB_Graphics3D_1_0 { |
/** |
* Retrieves the maximum supported value for the given attribute. |
* |
@@ -218,4 +218,6 @@ struct PPB_Graphics3D { |
struct PP_CompletionCallback callback); |
}; |
+typedef struct PPB_Graphics3D_1_0 PPB_Graphics3D; |
+ |
#endif /* PPAPI_C_PPB_GRAPHICS_3D_H_ */ |