Add ZoomController to manager zoom changes for webcontents

This commit is contained in:
deepak1556 2017-01-30 16:48:40 +05:30
parent 07794a58aa
commit 63c0e4cbb1
10 changed files with 269 additions and 53 deletions

View file

@ -231,7 +231,6 @@ class WebViewImpl {
const params = {
instanceId: this.viewInstanceId,
userAgentOverride: this.userAgentOverride,
zoomFactor: webFrame.getZoomFactor()
}
for (const attributeName in this.attributes) {
if (hasProp.call(this.attributes, attributeName)) {