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

Unified Diff: chrome/browser/ui/views/location_bar/ev_bubble_view.cc

Issue 25039002: Always aligns text at vertically center (Textfield, Label). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed several bugs and unittests. 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/ev_bubble_view.cc
diff --git a/chrome/browser/ui/views/location_bar/ev_bubble_view.cc b/chrome/browser/ui/views/location_bar/ev_bubble_view.cc
index 1ff9e81d482ce8bdb3f67f2c9468b21ccdde4d7f..689b4a0c300fbb5a9387ddad03839812ca0ec6b7 100644
--- a/chrome/browser/ui/views/location_bar/ev_bubble_view.cc
+++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.cc
@@ -6,20 +6,16 @@
#include "grit/theme_resources.h"
#include "ui/views/painter.h"
-
Peter Kasting 2013/10/21 23:29:22 Nit: Leave this and the other blank line below tha
Yuki 2013/10/22 06:13:35 Done.
namespace {
const int kBackgroundImages[] = IMAGE_GRID(IDR_OMNIBOX_EV_BUBBLE);
}
-
EVBubbleView::EVBubbleView(const gfx::FontList& font_list,
- int font_y_offset,
SkColor text_color,
SkColor parent_background_color,
LocationBarView* location_bar)
: IconLabelBubbleView(kBackgroundImages, NULL, IDR_OMNIBOX_HTTPS_VALID,
- font_list, font_y_offset, text_color,
- parent_background_color, true),
+ font_list, text_color, parent_background_color, true),
page_info_helper_(this, location_bar) {
}
« no previous file with comments | « chrome/browser/ui/views/location_bar/ev_bubble_view.h ('k') | chrome/browser/ui/views/location_bar/icon_label_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698