| Index: remoting/webapp/crd/js/desktop_connected_view.js
|
| diff --git a/remoting/webapp/crd/js/desktop_connected_view.js b/remoting/webapp/crd/js/desktop_connected_view.js
|
| index e56e5ce8dc188b514becf0679624bab8ad4b6d34..339618339c849d7a8058f65a652e552d5ea6a47d 100644
|
| --- a/remoting/webapp/crd/js/desktop_connected_view.js
|
| +++ b/remoting/webapp/crd/js/desktop_connected_view.js
|
| @@ -188,6 +188,16 @@ remoting.DesktopConnectedView.prototype.getClientArea_ = function() {
|
| };
|
|
|
| /**
|
| + * @param {number} width
|
| + * @param {number} height
|
| + */
|
| +remoting.DesktopConnectedView.prototype.setPluginSizeForBumpScrollTesting =
|
| + function(width, height) {
|
| + this.pluginWidthForBumpScrollTesting = width;
|
| + this.pluginHeightForBumpScrollTesting = height;
|
| +}
|
| +
|
| +/**
|
| * Notifies the host of the client's current dimensions and DPI.
|
| * Also takes into account per-host scaling factor, if configured.
|
| * TODO: private
|
|
|