🔧 Make work with complex shapes
This commit is contained in:
parent
fdd0d67fd3
commit
ebe058e7cb
4 changed files with 67 additions and 21 deletions
|
@ -42,7 +42,7 @@ class NativeBrowserView {
|
|||
|
||||
// Called when the window needs to update its draggable region.
|
||||
virtual void UpdateDraggableRegions(
|
||||
const std::vector<DraggableRegion>& regions) = 0;
|
||||
std::vector<gfx::Rect> system_drag_exclude_areas) = 0;
|
||||
|
||||
protected:
|
||||
explicit NativeBrowserView(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue