fix: draggable regions exclusively on BrowserViews (#26145)

This commit is contained in:
Shelley Vohr 2020-10-27 14:28:43 -07:00 committed by GitHub
parent 760c4aeb3e
commit 7cdc42f43a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 139 additions and 68 deletions

View file

@ -25,7 +25,7 @@ class NativeBrowserViewMac : public NativeBrowserView {
void SetBackgroundColor(SkColor color) override;
void UpdateDraggableRegions(
const std::vector<gfx::Rect>& system_drag_exclude_areas) override;
const std::vector<mojom::DraggableRegionPtr>& regions) override;
private:
DISALLOW_COPY_AND_ASSIGN(NativeBrowserViewMac);