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

Unified Diff: chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h

Issue 113242: Fix some issues with the omnibox2 popup:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/views/autocomplete/autocomplete_popup_contents_view.h
===================================================================
--- chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h (revision 15887)
+++ chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h (working copy)
@@ -99,9 +99,9 @@
// An object that tells the popup how to position itself.
AutocompletePopupPositioner* popup_positioner_;
- // The font used by the edit that created us. This is used by the result
- // views to synthesize a suitable display font.
- ChromeFont edit_font_;
+ // The font that we should use for result rows. This is based on the font used
+ // by the edit that created us.
+ ChromeFont result_font_;
DISALLOW_COPY_AND_ASSIGN(AutocompletePopupContentsView);
};

Powered by Google App Engine
This is Rietveld 408576698