| Index: remoting/webapp/client_plugin.js
|
| diff --git a/remoting/webapp/client_plugin.js b/remoting/webapp/client_plugin.js
|
| index 9210ab7efb686fe383d766c457f6d1f13117191e..c6b66ef78887eea0cd54a165b463f2dfc56afba5 100644
|
| --- a/remoting/webapp/client_plugin.js
|
| +++ b/remoting/webapp/client_plugin.js
|
| @@ -16,6 +16,10 @@ remoting.ClientPlugin = function() {
|
| remoting.ClientPlugin.prototype.desktopWidth;
|
| /** @type {number} Desktop height */
|
| remoting.ClientPlugin.prototype.desktopHeight;
|
| +/** @type {number} Desktop x DPI */
|
| +remoting.ClientPlugin.prototype.desktopXDpi;
|
| +/** @type {number} Desktop y DPI */
|
| +remoting.ClientPlugin.prototype.desktopYDpi;
|
|
|
| /** @type {function(string): void} Outgoing signaling message callback. */
|
| remoting.ClientPlugin.prototype.onOutgoingIqHandler;
|
|
|