|
@@ -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) {
|