| Index: cc/layers/video_layer_impl.h
|
| diff --git a/cc/layers/video_layer_impl.h b/cc/layers/video_layer_impl.h
|
| index c3c129853fef2a169ea1f2775d4e6b5a11d340cc..dfa08213872b88ba5d493a0fb5e0a07c33e9dd9f 100644
|
| --- a/cc/layers/video_layer_impl.h
|
| +++ b/cc/layers/video_layer_impl.h
|
| @@ -70,7 +70,7 @@ class CC_EXPORT VideoLayerImpl : public LayerImpl {
|
|
|
| scoped_refptr<VideoFrameProviderClientImpl> provider_client_impl_;
|
|
|
| - media::VideoFrame* frame_;
|
| + scoped_refptr<media::VideoFrame> frame_;
|
| media::VideoFrame::Format format_;
|
| bool convert_yuv_;
|
| ResourceProvider::ResourceId external_texture_resource_;
|
|
|