Add zoomFactor to guest params
This commit is contained in:
parent
fef2f789cd
commit
4754e4aabb
2 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue