Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Unified Diff: remoting/webapp/js_proto/dom_proto.js

Issue 959963002: [Chromoting] Enable jscompile for webapp unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698