Index: ppapi/shared_impl/ppb_graphics_3d_shared.cc |
=================================================================== |
--- ppapi/shared_impl/ppb_graphics_3d_shared.cc (revision 120596) |
+++ ppapi/shared_impl/ppb_graphics_3d_shared.cc (working copy) |
@@ -31,12 +31,12 @@ |
return this; |
} |
-int32_t PPB_Graphics3D_Shared::GetAttribs(int32_t* attrib_list) { |
+int32_t PPB_Graphics3D_Shared::GetAttribs(int32_t attrib_list[]) { |
// TODO(alokp): Implement me. |
return PP_ERROR_FAILED; |
} |
-int32_t PPB_Graphics3D_Shared::SetAttribs(int32_t* attrib_list) { |
+int32_t PPB_Graphics3D_Shared::SetAttribs(const int32_t attrib_list[]) { |
// TODO(alokp): Implement me. |
return PP_ERROR_FAILED; |
} |