feat: add WCO title bar style setters (#33066)
* feat: add wco title bar style setters * return after throwing
This commit is contained in:
parent
4fdf8584ed
commit
f69b59effc
8 changed files with 108 additions and 0 deletions
|
@ -181,7 +181,13 @@ class NativeWindowViews : public NativeWindow,
|
|||
titlebar_overlay_;
|
||||
}
|
||||
SkColor overlay_button_color() const { return overlay_button_color_; }
|
||||
void set_overlay_button_color(SkColor color) {
|
||||
overlay_button_color_ = color;
|
||||
}
|
||||
SkColor overlay_symbol_color() const { return overlay_symbol_color_; }
|
||||
void set_overlay_symbol_color(SkColor color) {
|
||||
overlay_symbol_color_ = color;
|
||||
}
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue