| Index: ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
|
| ===================================================================
|
| --- ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc (revision 99880)
|
| +++ ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc (working copy)
|
| @@ -100,7 +100,7 @@
|
| return enter.object()->FlushSyncFast(put_offset, last_known_get);
|
| }
|
|
|
| -const PPB_Graphics3DTrusted_Dev g_ppb_graphics_3d_trusted_thunk = {
|
| +const PPB_Graphics3DTrusted g_ppb_graphics_3d_trusted_thunk = {
|
| &CreateRaw,
|
| &InitCommandBuffer,
|
| &GetRingBuffer,
|
| @@ -115,7 +115,7 @@
|
|
|
| } // namespace
|
|
|
| -const PPB_Graphics3DTrusted_Dev* GetPPB_Graphics3DTrusted_Thunk() {
|
| +const PPB_Graphics3DTrusted* GetPPB_Graphics3DTrusted_Thunk() {
|
| return &g_ppb_graphics_3d_trusted_thunk;
|
| }
|
|
|
|
|
| Property changes on: ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|