| Index: ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.cc b/ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| index 8a8c7536043eda2bb722ffed691d9af57742c7b8..02098cf7df762aafd57430357e1e57570a507045 100644
|
| --- a/ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| +++ b/ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| @@ -50,10 +50,8 @@ class TabLabel : public Label {
|
| public:
|
| explicit TabLabel(const base::string16& tab_title)
|
| : Label(tab_title,
|
| - ui::ResourceBundle::GetSharedInstance().GetFontListWithDelta(
|
| - ui::kLabelFontSizeDelta,
|
| - gfx::Font::NORMAL,
|
| - kActiveWeight)) {}
|
| + typography::CONTEXT_CONTROL_LABEL,
|
| + typography::STYLE_ACTIVE_TAB) {}
|
|
|
| // Label:
|
| void GetAccessibleNodeData(ui::AXNodeData* data) override {
|
|
|