Commit 5f7883e9 authored by Jocelyn Turcotte's avatar Jocelyn Turcotte
Browse files

Fix the build with ToT.

parent 43ccfd1f
Branches
Tags
No related merge requests found
Showing with 2 additions and 1 deletion
...@@ -87,9 +87,10 @@ public: ...@@ -87,9 +87,10 @@ public:
content::RenderViewHostDelegate* delegate, content::RenderViewHostDelegate* delegate,
content::RenderWidgetHostDelegate* widget_delegate, content::RenderWidgetHostDelegate* widget_delegate,
int routing_id, int routing_id,
int main_frame_routing_id,
bool swapped_out, bool swapped_out,
content::SessionStorageNamespace* session_storage_namespace) content::SessionStorageNamespace* session_storage_namespace)
: content::RenderViewHostImpl(instance, delegate, widget_delegate, routing_id, swapped_out, session_storage_namespace) : content::RenderViewHostImpl(instance, delegate, widget_delegate, routing_id, main_frame_routing_id, swapped_out, session_storage_namespace)
{ {
SetView(new content::RenderWidgetHostViewQt(this)); SetView(new content::RenderWidgetHostViewQt(this));
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment