fix: compilation failure after chromium upgrade (#19787)

This commit is contained in:
Cheng Zhao 2019-08-16 23:55:34 +09:00 committed by Shelley Vohr
parent c3bb73a711
commit 2595cb5698
2 changed files with 2 additions and 5 deletions

View file

@ -29,7 +29,7 @@ void NativeTheme::OnNativeThemeUpdated(ui::NativeTheme* theme) {
}
bool NativeTheme::ShouldUseDarkColors() {
return theme_->SystemDarkModeEnabled();
return theme_->ShouldUseDarkColors();
}
bool NativeTheme::ShouldUseHighContrastColors() {