[Android] C-tor signature for LayoutManagerChrome was changed

This commit is contained in:
samartnik
2021-06-29 16:37:29 -04:00
committed by mkarolin
parent f8347a3cda
commit 0a44ffd283
@@ -40,11 +40,9 @@ public class BraveLayoutManagerChrome extends LayoutManagerChrome
ObservableSupplier<TabContentManager> tabContentManagerSupplier,
Supplier<LayerTitleCache> layerTitleCacheSupplier,
OneshotSupplierImpl<OverviewModeBehavior> overviewModeBehaviorSupplier,
OneshotSupplierImpl<LayoutStateProvider> layoutStateProviderOneshotSupplier,
Supplier<TopUiThemeColorProvider> topUiThemeColorProvider) {
super(host, contentContainer, createOverviewLayout, startSurface, tabContentManagerSupplier,
layerTitleCacheSupplier, overviewModeBehaviorSupplier,
layoutStateProviderOneshotSupplier, topUiThemeColorProvider);
layerTitleCacheSupplier, overviewModeBehaviorSupplier, topUiThemeColorProvider);
mCreateOverviewLayout = createOverviewLayout && startSurface == null;
}