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

Unified Diff: third_party/closure_compiler/externs/system_display.js

Issue 2620073002: Adds the touch calibration setting behind a chrome switch (Closed)
Patch Set: nits Created 3 years, 11 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
« no previous file with comments | « extensions/common/api/system_display.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/system_display.js
diff --git a/third_party/closure_compiler/externs/system_display.js b/third_party/closure_compiler/externs/system_display.js
index ba1c5143785820dec3c54bb83e7090e0a7aaba4a..a6357385e7d06fac4deff277ff6ab1cd08baa862 100644
--- a/third_party/closure_compiler/externs/system_display.js
+++ b/third_party/closure_compiler/externs/system_display.js
@@ -123,7 +123,8 @@ chrome.system.display.DisplayLayout;
* bounds: !chrome.system.display.Bounds,
* overscan: !chrome.system.display.Insets,
* workArea: !chrome.system.display.Bounds,
- * modes: !Array<!chrome.system.display.DisplayMode>
+ * modes: !Array<!chrome.system.display.DisplayMode>,
+ * hasTouchSupport: boolean
* }}
* @see https://developer.chrome.com/extensions/system.display#type-DisplayUnitInfo
*/
« no previous file with comments | « extensions/common/api/system_display.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698