| Index: cc/layer_tree_host.cc
|
| diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
|
| index 12ab72b4cfcdf649fc2f07e17828e546f3aa2134..1320ea54b8efa49077f5025df737995b4b33db28 100644
|
| --- a/cc/layer_tree_host.cc
|
| +++ b/cc/layer_tree_host.cc
|
| @@ -898,4 +898,9 @@ void LayerTreeHost::setAnimationEventsRecursive(const AnimationEventsVector& eve
|
| setAnimationEventsRecursive(events, layer->children()[childIndex].get(), wallClockTime);
|
| }
|
|
|
| +scoped_refptr<PicturePileImpl> LayerTreeHost::capturePicturePile()
|
| +{
|
| + return m_proxy->capturePicturePile();
|
| +}
|
| +
|
| } // namespace cc
|
|
|