🔧 Make work with complex shapes
This commit is contained in:
parent
fdd0d67fd3
commit
ebe058e7cb
4 changed files with 67 additions and 21 deletions
|
@ -22,7 +22,7 @@ class NativeBrowserViewMac : public NativeBrowserView {
|
|||
void SetAutoResizeFlags(uint8_t flags) override;
|
||||
void SetBounds(const gfx::Rect& bounds) override;
|
||||
void SetBackgroundColor(SkColor color) override;
|
||||
void UpdateDraggableRegions(const std::vector<DraggableRegion>& regions) override;
|
||||
void UpdateDraggableRegions(std::vector<gfx::Rect> system_drag_exclude_areas) override;
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(NativeBrowserViewMac);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue