Index: components/web_view/web_view_impl.cc |
diff --git a/components/web_view/web_view_impl.cc b/components/web_view/web_view_impl.cc |
index 3320733e73bdd0b5c1ef705f9862570eb1465591..cb0078aef4883356eaa5c9823d2ec21be6c4a6a2 100644 |
--- a/components/web_view/web_view_impl.cc |
+++ b/components/web_view/web_view_impl.cc |
@@ -99,7 +99,8 @@ void WebViewImpl::OnLoad(const GURL& pending_url) { |
const uint32_t content_handler_id = frame_connection->GetContentHandlerID(); |
frame_tree_.reset(new FrameTree(content_handler_id, content_, |
view_tree_client.Pass(), this, frame_client, |
- frame_connection.Pass(), client_properties)); |
+ frame_connection.Pass(), client_properties, |
+ pending_load->navigation_start_time())); |
} |
void WebViewImpl::PreOrderDepthFirstTraverseTree(Frame* node, |