| Index: ppapi/proxy/video_decoder_resource.cc
|
| diff --git a/ppapi/proxy/video_decoder_resource.cc b/ppapi/proxy/video_decoder_resource.cc
|
| index cb55764bff4360e6a104243be87344acdbaaea78..26fee48177ec299412a7bed284dbfff87a5e0254 100644
|
| --- a/ppapi/proxy/video_decoder_resource.cc
|
| +++ b/ppapi/proxy/video_decoder_resource.cc
|
| @@ -227,7 +227,7 @@ int32_t VideoDecoderResource::Decode(uint32_t decode_id,
|
| if (!UnpackMessage<PpapiPluginMsg_VideoDecoder_GetShmReply>(reply,
|
| &shm_size))
|
| return PP_ERROR_FAILED;
|
| - base::SharedMemoryHandle shm_handle = base::SharedMemory::NULLHandle();
|
| + base::SharedMemoryHandle shm_handle;
|
| if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &shm_handle))
|
| return PP_ERROR_NOMEMORY;
|
| std::unique_ptr<base::SharedMemory> shm(
|
|
|