Chromium Code Reviews| Index: ppapi/thunk/ppb_graphics_3d_thunk.cc |
| diff --git a/ppapi/thunk/ppb_graphics_3d_thunk.cc b/ppapi/thunk/ppb_graphics_3d_thunk.cc |
| index edc19caae07710c4c1750b14269850496f0a42de..4034538d29e55e726a12052ab1741ce830582a01 100644 |
| --- a/ppapi/thunk/ppb_graphics_3d_thunk.cc |
| +++ b/ppapi/thunk/ppb_graphics_3d_thunk.cc |
| @@ -29,6 +29,7 @@ PP_Resource Create(PP_Instance instance, |
| EnterResourceCreation enter(instance); |
| if (enter.failed()) |
| return 0; |
| + |
|
Fady Samuel
2012/05/28 14:11:45
Please remove.
|
| return enter.functions()->CreateGraphics3D( |
| instance, share_context, attrib_list); |
| } |