| Index: webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.h b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| index f82f7026a4b3c0f2cfea85100fb49ea8af8cf9f6..ea29305831f2667184eb2de0182c40674fd0bb40 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
| @@ -73,7 +73,7 @@ class PPB_VideoDecoder_Impl : public ::ppapi::PPB_VideoDecoder_Shared,
|
|
|
| // This is NULL before initialization, and if this PPB_VideoDecoder_Impl is
|
| // swapped with another.
|
| - scoped_refptr<PluginDelegate::PlatformVideoDecoder> platform_video_decoder_;
|
| + scoped_ptr<PluginDelegate::PlatformVideoDecoder> platform_video_decoder_;
|
|
|
| // Reference to the plugin requesting this interface.
|
| const PPP_VideoDecoder_Dev* ppp_videodecoder_;
|
|
|