| Index: components/view_manager/view_tree_apptest.cc
|
| diff --git a/components/view_manager/view_tree_apptest.cc b/components/view_manager/view_tree_apptest.cc
|
| index 0542c16514c5c98007f11111959cb51e540d4db2..287d3b2f729963d7ebe908e9f3d19c2dcfc9db5f 100644
|
| --- a/components/view_manager/view_tree_apptest.cc
|
| +++ b/components/view_manager/view_tree_apptest.cc
|
| @@ -303,7 +303,8 @@ class ViewTreeClientImpl : public mojo::ViewTreeClient,
|
| void OnEmbed(ConnectionSpecificId connection_id,
|
| ViewDataPtr root,
|
| mojo::ViewTreePtr tree,
|
| - mojo::Id focused_view_id) override {
|
| + mojo::Id focused_view_id,
|
| + uint32_t access_policy) override {
|
| // TODO(sky): add coverage of |focused_view_id|.
|
| tree_ = tree.Pass();
|
| connection_id_ = connection_id;
|
|
|