Merge pull request #10232 from electron/drag-browser-view
Add -webkit-app-region support to BrowserView
This commit is contained in:
commit
7ecac42214
6 changed files with 167 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue