| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 43c4bfb1920457625097c24222fee04414700189..cf95f587a0d4acd6caba987b4294fe812591085b 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -1559,6 +1559,11 @@ BlockingTaskRunner* LayerTreeImpl::BlockingMainThreadTaskRunner() const {
|
| return proxy()->blocking_main_thread_task_runner();
|
| }
|
|
|
| +VideoFrameControllerClient* LayerTreeImpl::GetVideoFrameControllerClient()
|
| + const {
|
| + return layer_tree_host_impl_;
|
| +}
|
| +
|
| void LayerTreeImpl::SetPendingPageScaleAnimation(
|
| scoped_ptr<PendingPageScaleAnimation> pending_animation) {
|
| pending_page_scale_animation_ = pending_animation.Pass();
|
|
|