Chromium Code Reviews| Index: ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
| diff --git a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
| index 48f6ed1d4d62739215573a00d4f41e8c90465ce0..7deab45b26fca09ab2fbf843f385900d702f5d5b 100644 |
| --- a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
| +++ b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
| @@ -26,6 +26,7 @@ PP_Resource CreateRaw(PP_Instance instance, |
| EnterResourceCreation enter(instance); |
| if (enter.failed()) |
| return 0; |
| + |
|
Fady Samuel
2012/05/28 14:11:45
Please get rid of this unnecessary change.
|
| return enter.functions()->CreateGraphics3DRaw( |
| instance, share_context, attrib_list); |
| } |