| Index: cc/layers/video_frame_provider_client_impl.h
|
| diff --git a/cc/layers/video_frame_provider_client_impl.h b/cc/layers/video_frame_provider_client_impl.h
|
| index c7f332e928ea4d6861a2757b7d22420bdcef9893..2bcb4462b7376e1472a54ac45a2bea8da6fd64b3 100644
|
| --- a/cc/layers/video_frame_provider_client_impl.h
|
| +++ b/cc/layers/video_frame_provider_client_impl.h
|
| @@ -29,8 +29,8 @@ class VideoFrameProviderClientImpl
|
| void Stop();
|
| bool Stopped() const { return !provider_; }
|
|
|
| - media::VideoFrame* AcquireLockAndCurrentFrame();
|
| - void PutCurrentFrame(media::VideoFrame* frame);
|
| + scoped_refptr<media::VideoFrame> AcquireLockAndCurrentFrame();
|
| + void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame);
|
| void ReleaseLock();
|
| const gfx::Transform& stream_texture_matrix() const {
|
| return stream_texture_matrix_;
|
|
|