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

Unified Diff: ash/ime/infolist_window.h

Issue 142523003: Renames gfx::FontList::Derive* family. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 6 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 | ash/ime/infolist_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/infolist_window.h
diff --git a/ash/ime/infolist_window.h b/ash/ime/infolist_window.h
index e7c984ad8d69ee27212f4b6844be2fbc7ac3d439..921c87b0dd0f16a946ec5201bd1277bc1d631aa1 100644
--- a/ash/ime/infolist_window.h
+++ b/ash/ime/infolist_window.h
@@ -48,10 +48,10 @@ class ASH_EXPORT InfolistWindow : public views::BubbleDelegateView {
std::vector<InfolistEntryView*> entry_views_;
// Information title font.
- gfx::FontList title_font_;
+ gfx::FontList title_font_list_;
// Information description font.
- gfx::FontList description_font_;
+ gfx::FontList description_font_list_;
base::OneShotTimer<views::Widget> show_hide_timer_;
« no previous file with comments | « no previous file | ash/ime/infolist_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698