fix: compilation failure after chromium upgrade (#19787)
This commit is contained in:
parent
c3bb73a711
commit
2595cb5698
2 changed files with 2 additions and 5 deletions
|
@ -29,7 +29,7 @@ void NativeTheme::OnNativeThemeUpdated(ui::NativeTheme* theme) {
|
|||
}
|
||||
|
||||
bool NativeTheme::ShouldUseDarkColors() {
|
||||
return theme_->SystemDarkModeEnabled();
|
||||
return theme_->ShouldUseDarkColors();
|
||||
}
|
||||
|
||||
bool NativeTheme::ShouldUseHighContrastColors() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue