| Index: chrome/browser/ui/layout_constants.cc
|
| diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc
|
| index 264409f96b2ea658e79ff0de5e50811fd8c39e9c..9fd179c6f8bd21c368c57970f12213504e5e3d1e 100644
|
| --- a/chrome/browser/ui/layout_constants.cc
|
| +++ b/chrome/browser/ui/layout_constants.cc
|
| @@ -18,6 +18,8 @@ int GetLayoutConstant(LayoutConstant constant) {
|
| if (ui::MaterialDesignController::IsSecondaryUiMaterial())
|
| return 1;
|
| return hybrid ? 8 : 6;
|
| + case LOCATION_BAR_ELEMENT_PADDING:
|
| + return hybrid ? 3 : 1;
|
| case LOCATION_BAR_HEIGHT:
|
| return hybrid ? 32 : 28;
|
| case TABSTRIP_NEW_TAB_BUTTON_OVERLAP:
|
|
|