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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_result_view.h

Issue 1300843003: Change width of rows in material design omnibox dropdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change left/right to start/end Created 5 years, 4 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
Index: chrome/browser/ui/views/omnibox/omnibox_result_view.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
index 9824e1081230ad6371fea41d01417893d23f49e5..6c3e58c9546f29887235fede9f690cfa6b4b9dd0 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
@@ -172,6 +172,13 @@ class OmniboxResultView : public views::View,
int text_type,
bool is_bold);
+ // Returns the necessary margin, if any, at the start and end of the view.
+ // This allows us to keep the icon and text in the view aligned with the
+ // location bar contents. For a left-to-right language, StartMargin()
+ // and EndMargin() correspond to the left and right margins, respectively.
+ int StartMargin() const;
+ int EndMargin() const;
+
static int default_icon_size_;
// This row's model and model index.
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc ('k') | chrome/browser/ui/views/omnibox/omnibox_result_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698