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

Unified Diff: chrome/browser/resources/settings/device_page/display.js

Issue 2656433004: - Plumbs through native touch calibration from MD settings to display manager via the system dis… (Closed)
Patch Set: 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
Index: chrome/browser/resources/settings/device_page/display.js
diff --git a/chrome/browser/resources/settings/device_page/display.js b/chrome/browser/resources/settings/device_page/display.js
index 3cb387976e86c7ebc47ba328281b9231e53303a5..c2ea9e99d45f98260172d0698543a6b0071a4cb9 100644
--- a/chrome/browser/resources/settings/device_page/display.js
+++ b/chrome/browser/resources/settings/device_page/display.js
@@ -315,7 +315,7 @@ Polymer({
* @private
*/
onTouchCalibrationTap_: function(e) {
- settings.display.systemDisplayApi.touchCalibrationStart(
+ settings.display.systemDisplayApi.showNativeTouchCalibration(
this.selectedDisplay.id);
},

Powered by Google App Engine
This is Rietveld 408576698