| Index: remoting/webapp/js_proto/dom_proto.js
|
| diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
|
| index 14d8abb390a1dd0800f1a3c2890645083a62f375..f8233bd3fbbf564c07f6c9bc0dcf837864103aaa 100644
|
| --- a/remoting/webapp/js_proto/dom_proto.js
|
| +++ b/remoting/webapp/js_proto/dom_proto.js
|
| @@ -45,6 +45,12 @@ Element.prototype.innerText;
|
| /** @type {string} */
|
| Element.prototype.localName;
|
|
|
| +/** @type {number} */
|
| +Element.prototype.offsetRight;
|
| +
|
| +/** @type {number} */
|
| +Element.prototype.offsetBottom;
|
| +
|
| /** @type {string} */
|
| Element.prototype.textContent;
|
|
|
|
|