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

Unified Diff: cc/layers/video_layer_impl.cc

Issue 1039533002: cc: Add support for sending BeginFrames for video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@misc_video_refactoring
Patch Set: Fix comment. Created 5 years, 8 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') | cc/scheduler/scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/video_layer_impl.cc
diff --git a/cc/layers/video_layer_impl.cc b/cc/layers/video_layer_impl.cc
index 0e9add0dc79116d3dbc33235f911ae815235d190..5c36e9945eff01a25fb73d46648579a216c3dada 100644
--- a/cc/layers/video_layer_impl.cc
+++ b/cc/layers/video_layer_impl.cc
@@ -34,7 +34,8 @@ scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create(
DCHECK(tree_impl->proxy()->IsImplThread());
scoped_refptr<VideoFrameProviderClientImpl> provider_client_impl =
- VideoFrameProviderClientImpl::Create(provider);
+ VideoFrameProviderClientImpl::Create(
+ provider, tree_impl->GetVideoFrameControllerClient());
return make_scoped_ptr(
new VideoLayerImpl(tree_impl, id, provider_client_impl, video_rotation));
« no previous file with comments | « cc/layers/video_frame_provider_client_impl.cc ('k') | cc/scheduler/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698