Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: cc/layers/video_layer_impl.h

Issue 12596015: cc: Keep a reference on the media::VideoFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layers/video_frame_provider_client_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « cc/layers/video_frame_provider_client_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698