diff options
Diffstat (limited to 'ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc')
-rw-r--r-- | ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc index 48f6ed1..e3fe422 100644 --- a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc +++ b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc @@ -34,7 +34,7 @@ PP_Bool InitCommandBuffer(PP_Resource context) { EnterGraphics3D enter(context, true); if (enter.failed()) return PP_FALSE; - return enter.object()->InitCommandBuffer(); + return PP_TRUE; } PP_Bool SetGetBuffer(PP_Resource context, int32_t transfer_buffer_id) { |