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

Unified Diff: chrome/browser/ui/views/location_bar/keyword_hint_view.h

Issue 25039002: Always aligns text at vertically center (Textfield, Label). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 7 years, 2 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/location_bar/keyword_hint_view.h
diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.h b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
index d38c6c1753fbf4277862453eb8e72ea81bfa818e..63046c46d95878e12b9926aa485433d59fa9c396 100644
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
@@ -34,7 +34,6 @@ class KeywordHintView : public views::View {
public:
KeywordHintView(Profile* profile,
const gfx::FontList& font_list,
- int font_y_offset,
SkColor text_color,
SkColor background_color);
virtual ~KeywordHintView();
@@ -49,7 +48,6 @@ class KeywordHintView : public views::View {
private:
views::Label* CreateLabel(const gfx::FontList& font_list,
- int font_y_offset,
SkColor text_color,
SkColor background_color);

Powered by Google App Engine
This is Rietveld 408576698