Merge pull request #10232 from electron/drag-browser-view

Add -webkit-app-region support to BrowserView
This commit is contained in:
Samuel Attard 2017-08-24 10:30:56 +10:00 committed by GitHub
commit 7ecac42214
6 changed files with 167 additions and 1 deletions

View file

@ -154,7 +154,7 @@ class NativeWindowMac : public NativeWindow,
void UninstallView();
// Install the drag view, which will cover the whole window and decides
// whehter we can drag.
// whether we can drag.
void UpdateDraggableRegionViews(const std::vector<DraggableRegion>& regions);
void RegisterInputEventObserver(content::RenderViewHost* host);