Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: chrome/browser/ui/android/autofill/autofill_popup_view_android.cc

Issue 2665433002: [Merge M57] Use uniform margin for icon, label and sublabel (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/autofill/autofill_popup_layout_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
diff --git a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
index c6d77bca72dcd4bad4a85e4d40783a31e5b4cdc4..e4503946ef0790e0532fcfd44f9e9f0f717ea72e 100644
--- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
+++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
@@ -118,7 +118,8 @@ void AutofillPopupViewAndroid::UpdateBoundsAndRedrawPopup() {
env, java_object_, data_array, controller_->IsRTL(),
controller_->layout_model().GetBackgroundColor(),
controller_->layout_model().GetDividerColor(),
- controller_->layout_model().GetDropdownItemHeight());
+ controller_->layout_model().GetDropdownItemHeight(),
+ controller_->layout_model().GetMargin());
}
void AutofillPopupViewAndroid::SuggestionSelected(
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/autofill/autofill_popup_layout_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698