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

Unified Diff: cc/layers/video_frame_provider_client_impl.h

Issue 214543011: Initialize cc::VideoFrameProviderClientImpl::active_video_layer_ to NULL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 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
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 2bcb4462b7376e1472a54ac45a2bea8da6fd64b3..e676d0b81d28e70fb67a7fef9d8447c4880660e2 100644
--- a/cc/layers/video_frame_provider_client_impl.h
+++ b/cc/layers/video_frame_provider_client_impl.h
@@ -22,6 +22,7 @@ class VideoFrameProviderClientImpl
static scoped_refptr<VideoFrameProviderClientImpl> Create(
VideoFrameProvider* provider);
+ VideoLayerImpl* active_video_layer() { return active_video_layer_; }
void set_active_video_layer(VideoLayerImpl* video_layer) {
active_video_layer_ = video_layer;
}
« no previous file with comments | « no previous file | cc/layers/video_frame_provider_client_impl.cc » ('j') | cc/layers/video_layer_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698