| 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));
|
|
|