| Index: blimp/client/core/contents/blimp_contents_impl.cc
|
| diff --git a/blimp/client/core/contents/blimp_contents_impl.cc b/blimp/client/core/contents/blimp_contents_impl.cc
|
| index 58dda849fe7c909ede2e565af5605e18712669a2..a4c587ee12cfd66fa40352377e30d9ce1fa1024a 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.cc
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.cc
|
| @@ -33,8 +33,8 @@ BlimpContentsImpl::BlimpContentsImpl(
|
| NavigationFeature* navigation_feature,
|
| RenderWidgetFeature* render_widget_feature,
|
| TabControlFeature* tab_control_feature)
|
| - : navigation_controller_(this, navigation_feature),
|
| - compositor_manager_(render_widget_feature, compositor_deps),
|
| + : navigation_controller_(id, this, navigation_feature),
|
| + compositor_manager_(id, render_widget_feature, compositor_deps),
|
| id_(id),
|
| ime_feature_(ime_feature),
|
| window_(window),
|
|
|