| Index: ppapi/thunk/ppb_graphics_3d_thunk.cc
|
| ===================================================================
|
| --- ppapi/thunk/ppb_graphics_3d_thunk.cc (revision 99860)
|
| +++ ppapi/thunk/ppb_graphics_3d_thunk.cc (working copy)
|
| @@ -76,7 +76,7 @@
|
| return MayForceCallback(callback, result);
|
| }
|
|
|
| -const PPB_Graphics3D g_ppb_graphics_3d_thunk = {
|
| +const PPB_Graphics3D_Dev g_ppb_graphics_3d_thunk = {
|
| &GetAttribMaxValue,
|
| &Create,
|
| &IsGraphics3D,
|
| @@ -89,7 +89,7 @@
|
|
|
| } // namespace
|
|
|
| -const PPB_Graphics3D* GetPPB_Graphics3D_Thunk() {
|
| +const PPB_Graphics3D_Dev* GetPPB_Graphics3D_Thunk() {
|
| return &g_ppb_graphics_3d_thunk;
|
| }
|
|
|
|
|
| Property changes on: ppapi/thunk/ppb_graphics_3d_thunk.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|