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

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

Issue 2929003002: Omnibox UI: Fix Answers in Suggest display in Views (Closed)
Patch Set: fix Created 3 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/omnibox/omnibox_result_view.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
index 5c4cdc271b31a7556b7930a780b4f383ffed1aee..6d29e0a88eb076eed56a869c07f408f5eeb59282 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
@@ -380,6 +380,8 @@ void OmniboxResultView::PaintMatch(const AutocompleteMatch& match,
const int kAnswerIconToTextPadding = 2;
x += answer_icon_size + kAnswerIconToTextPadding;
}
+ DrawRenderText(match, description, DESCRIPTION, canvas, x, y,
+ description_max_width);
Peter Kasting 2017/06/09 02:33:48 Depending on how we address the above, we may be a
tommycli 2017/06/09 16:09:21 Yes I definitely thought about this. Ultimately I
Peter Kasting 2017/06/09 19:30:53 I think we should change it. Here's my mock attem
return;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698