Add zoomFactor to guest params

This commit is contained in:
Kevin Sawicki 2016-05-19 14:32:16 -07:00
parent fef2f789cd
commit 4754e4aabb
2 changed files with 3 additions and 1 deletions

View file

@ -223,7 +223,8 @@ var WebViewImpl = (function () {
var attribute, attributeName, css, elementRect, params, ref1
params = {
instanceId: this.viewInstanceId,
userAgentOverride: this.userAgentOverride
userAgentOverride: this.userAgentOverride,
zoomFactor: webFrame.getZoomFactor()
}
ref1 = this.attributes
for (attributeName in ref1) {