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

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

Issue 23537056: Fix typo leading to the use of the wrong font in location bar bubbles. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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/ui/views/location_bar/content_setting_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
===================================================================
--- chrome/browser/ui/views/location_bar/content_setting_image_view.h (revision 223497)
+++ chrome/browser/ui/views/location_bar/content_setting_image_view.h (working copy)
@@ -9,7 +9,6 @@
#include "chrome/common/content_settings_types.h"
#include "ui/gfx/animation/animation_delegate.h"
#include "ui/gfx/animation/slide_animation.h"
-#include "ui/gfx/font.h"
#include "ui/views/painter.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget_observer.h"
@@ -21,6 +20,10 @@
class WebContents;
}
+namespace gfx {
+class FontList;
+}
+
namespace views {
class ImageView;
class Label;
@@ -35,7 +38,7 @@
public:
ContentSettingImageView(ContentSettingsType content_type,
LocationBarView* parent,
- const gfx::Font& font,
+ const gfx::FontList& font_list,
int font_y_offset,
SkColor text_color,
SkColor parent_background_color);
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/content_setting_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698