| Index: ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_video_destination_private_thunk.cc b/ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| index 072b1358566ea9b69ba6c45a85967be1afa5efa3..325f0bcae23adbfbba8abc31e8737413426603de 100644
|
| --- a/ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| @@ -45,7 +45,7 @@ int32_t PutFrame(PP_Resource destination,
|
| EnterResource<PPB_VideoDestination_Private_API> enter(destination, true);
|
| if (enter.failed())
|
| return enter.retval();
|
| - return enter.SetResult(enter.object()->PutFrame(*frame));
|
| + return enter.object()->PutFrame(*frame);
|
| }
|
|
|
| void Close(PP_Resource destination) {
|
|
|