fix: update traffic lights position for macOS 11 (#30263)
This commit is contained in:
parent
385d0f590f
commit
d2989de5d9
3 changed files with 19 additions and 2 deletions
|
@ -22,6 +22,8 @@
|
|||
base::scoped_nsobject<NSTrackingArea> tracking_area_;
|
||||
}
|
||||
|
||||
+ (gfx::Point)defaultMargin;
|
||||
+ (gfx::Point)hiddenInsetMargin;
|
||||
- (id)initWithMargin:(const absl::optional<gfx::Point>&)margin;
|
||||
- (void)setMargin:(const absl::optional<gfx::Point>&)margin;
|
||||
- (void)setShowOnHover:(BOOL)yes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue