| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index 397a2d3d4ead2ec69294c7544f6fa8cdb441043a..7d1d1bc8225c91dd41bc52e724f002cc24634783 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -1736,6 +1736,7 @@ scoped_ptr<base::Value> LayerTreeHostImpl::frameStateAsValue() const
|
| state->Set("device_viewport_size", MathUtil::asValue(m_deviceViewportSize).release());
|
| if (m_tileManager)
|
| state->Set("tiles", m_tileManager->AllTilesAsValue().release());
|
| + state->Set("active_tree", activeTree()->AsValue().release());
|
| return state.PassAs<base::Value>();
|
| }
|
|
|
|
|