DescriptionRenames gfx::FontList::Derive* family.
1. Removes obsolete methods.
- DeriveFontList(font_style)
# The method name and argument are not clear compared to other versions. Use DeriveWithStyle(style) below instead.
- DeriveFontListWithSize(absolute_size)
# Don't specify the absolute size.
2. Renames very long named methods.
- DeriveFontListWithSizeDeltaAndStyle => Derive
- DeriveFontListWithSizeDelta => DeriveWithSizeDelta
- new method => DeriveWithStyle
Since DeriveFontListWithSizeDeltaAndStyle is used more often than DeriveFontListWithSizeDelta, so give the former a shorter name.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248131
Patch Set 1 : #
Total comments: 8
Patch Set 2 : Synced. #Patch Set 3 : Addressed comments and more fixes. #
Total comments: 11
Patch Set 4 : Synced. #Patch Set 5 : Addressed review comments. #Patch Set 6 : Synced. #Patch Set 7 : Changed sticky key indicators to use LargeFont. #
Total comments: 12
Patch Set 8 : Changed to mutable reference. #Patch Set 9 : Synced. #Patch Set 10 : Synced. #
Messages
Total messages: 38 (0 generated)
|