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/autocomplete/autocomplete_popup.cc

Issue 20011: Improved OTR avatar and popup window rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « no previous file | chrome/browser/views/frame/aero_glass_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_popup.cc
===================================================================
--- chrome/browser/autocomplete/autocomplete_popup.cc (revision 9107)
+++ chrome/browser/autocomplete/autocomplete_popup.cc (working copy)
@@ -122,7 +122,7 @@
// TODO(pkasting): http://b/972786 This shouldn't be hardcoded to rely on
// LocationBarView constants. Instead we should just make the edit be "at the
// right coordinates", or something else generic.
- rc.InflateRect(1, -LocationBarView::kTextVertMargin);
+ rc.InflateRect(1, -LocationBarView::kVertMargin);
// Now rc is the exact width we want and is positioned like the edit would
// be, so shift the top and bottom downwards so the new top is where the old
// bottom is and the rect has the height we need for all our entries, plus a
« no previous file with comments | « no previous file | chrome/browser/views/frame/aero_glass_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698