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

Unified Diff: ui/display/manager/chromeos/display_change_observer.cc

Issue 2745173004: Updating device scale factor thresholds (Closed)
Patch Set: Updates the device scale factor clamping intervals to Created 3 years, 9 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 | « no previous file | ui/display/manager/chromeos/display_change_observer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/chromeos/display_change_observer.cc
diff --git a/ui/display/manager/chromeos/display_change_observer.cc b/ui/display/manager/chromeos/display_change_observer.cc
index f4206c7e83d51a8968743098ed68ff90fef6aa6e..0cadbc11b47913fe39062eac6f716d46385fa9c5 100644
--- a/ui/display/manager/chromeos/display_change_observer.cc
+++ b/ui/display/manager/chromeos/display_change_observer.cc
@@ -38,7 +38,8 @@ struct DeviceScaleFactorDPIThreshold {
};
const DeviceScaleFactorDPIThreshold kThresholdTable[] = {
- {200.0f, 2.0f},
+ {220.0f, 2.0f},
+ {180.0f, 1.5f},
{150.0f, 1.25f},
{0.0f, 1.0f},
};
« no previous file with comments | « no previous file | ui/display/manager/chromeos/display_change_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698