fix: draggable region ipc should be frame based
This commit is contained in:
parent
5f4b62b6c8
commit
99e26b8318
6 changed files with 13 additions and 7 deletions
|
@ -159,6 +159,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
gfx::Rect ContentBoundsToWindowBounds(const gfx::Rect& bounds) const;
|
||||
gfx::Rect WindowBoundsToContentBounds(const gfx::Rect& bounds) const;
|
||||
void UpdateDraggableRegions(
|
||||
content::RenderFrameHost* rfh,
|
||||
const std::vector<DraggableRegion>& regions) override;
|
||||
|
||||
void InternalSetParentWindow(NativeWindow* parent, bool attach);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue