| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 391daa170ed141ccc6c28e3fecfa9a9475074bd0..6dc3e968d8b58a5ea9069e46d7de0e1df31c7dc1 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -365,6 +365,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
|
| }
|
|
|
| sync_tree->set_has_ever_been_drawn(false);
|
| + sync_tree->SetPropertyTrees(property_trees_);
|
|
|
| {
|
| TRACE_EVENT0("cc", "LayerTreeHost::PushProperties");
|
|
|