summaryrefslogtreecommitdiffstats
path: root/components/html_viewer/html_frame_apptest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/html_viewer/html_frame_apptest.cc')
-rw-r--r--components/html_viewer/html_frame_apptest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/html_viewer/html_frame_apptest.cc b/components/html_viewer/html_frame_apptest.cc
index 7a205e9..ef0e18f 100644
--- a/components/html_viewer/html_frame_apptest.cc
+++ b/components/html_viewer/html_frame_apptest.cc
@@ -202,7 +202,8 @@ class HTMLFrameTest : public ViewManagerTestBase {
FrameTreeClient* frame_tree_client = frame_connection->frame_tree_client();
frame_tree_.reset(new FrameTree(view, frame_tree_delegate_.get(),
frame_tree_client,
- frame_connection.Pass()));
+ frame_connection.Pass(),
+ Frame::ClientPropertyMap()));
frame_tree_delegate_->set_frame_tree(frame_tree_.get());
view->Embed(view_manager_client.Pass());
return result;