Chromium Code Reviews| 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_; |
|
scherkus (not reviewing)
2013/03/21 20:29:56
perhaps something to tackle in a separate CL: it l
danakj
2013/03/21 20:31:20
Ya, there's some ongoing work by sheu@ to get rid
|
| bool convert_yuv_; |
| ResourceProvider::ResourceId external_texture_resource_; |