Move capturePage to WebContents

This commit is contained in:
Kevin Sawicki 2016-07-05 15:43:57 -07:00
parent d42d10a47c
commit f7b72f0948
8 changed files with 67 additions and 79 deletions

View file

@ -386,7 +386,8 @@ var registerWebViewElement = function () {
'inspectServiceWorker',
'print',
'printToPDF',
'showDefinitionForSelection'
'showDefinitionForSelection',
'capturePage'
]
nonblockMethods = [
'insertCSS',