fix: abnormal behavior of windows background material (#47957)
This commit is contained in:
parent
c787127e91
commit
e6ac03d0ee
10 changed files with 195 additions and 107 deletions
|
@ -231,6 +231,10 @@ class NativeWindow : public base::SupportsUserData,
|
|||
// Vibrancy API
|
||||
virtual void SetVibrancy(const std::string& type, int duration);
|
||||
|
||||
const std::string& background_material() const {
|
||||
return background_material_;
|
||||
}
|
||||
|
||||
virtual void SetBackgroundMaterial(const std::string& type);
|
||||
|
||||
// Traffic Light API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue