summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_graphics_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/ppb_graphics_3d.h')
-rw-r--r--ppapi/c/ppb_graphics_3d.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ppapi/c/ppb_graphics_3d.h b/ppapi/c/ppb_graphics_3d.h
index 6415318..9e8ae099 100644
--- a/ppapi/c/ppb_graphics_3d.h
+++ b/ppapi/c/ppb_graphics_3d.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -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_ */