fix: draggable region ipc should be frame based

This commit is contained in:
deepak1556 2018-01-01 22:54:02 +05:30
parent 5f4b62b6c8
commit 99e26b8318
6 changed files with 13 additions and 7 deletions

View file

@ -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);