chore: update GetLabelFrontList to be GetLabelStyle in menu model
refs: 1186702
This commit is contained in:
parent
c51fef1568
commit
f8f091c250
2 changed files with 3 additions and 3 deletions
|
@ -70,8 +70,8 @@ base::string16 MenuDelegate::GetLabel(int id) const {
|
|||
return adapter_->GetLabel(id);
|
||||
}
|
||||
|
||||
const gfx::FontList* MenuDelegate::GetLabelFontList(int id) const {
|
||||
return adapter_->GetLabelFontList(id);
|
||||
void MenuDelegate::GetLabelStyle(int id, LabelStyle* style) const {
|
||||
return adapter_->GetLabelStyle(id, style);
|
||||
}
|
||||
|
||||
bool MenuDelegate::IsCommandEnabled(int id) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue