🔧 Make work with complex shapes

This commit is contained in:
Felix Rieseberg 2017-08-09 14:49:11 -07:00
parent fdd0d67fd3
commit ebe058e7cb
4 changed files with 67 additions and 21 deletions

View file

@ -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(