feat: add transparency checking to nativeTheme
(#43137)
feat: add transparency checking to nativeTheme
This commit is contained in:
parent
8e21aad444
commit
832090d01c
4 changed files with 18 additions and 1 deletions
|
@ -46,6 +46,7 @@ class NativeTheme : public gin::Wrappable<NativeTheme>,
|
|||
bool ShouldUseHighContrastColors();
|
||||
bool ShouldUseInvertedColorScheme();
|
||||
bool InForcedColorsMode();
|
||||
bool GetPrefersReducedTransparency();
|
||||
|
||||
// ui::NativeThemeObserver:
|
||||
void OnNativeThemeUpdated(ui::NativeTheme* theme) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue