Commit 3b89bbaa authored by Kazuhiro Inaba's avatar Kazuhiro Inaba Committed by Commit Bot

Full HD width is 1920.

BUG=794061
TEST=no NOTREACHED() from display_manager_utilities.cc on FullHD Chromebooks.

Change-Id: I473526931a9b1bba69c7885a4da0897d8ccd4898
Reviewed-on: https://chromium-review.googlesource.com/821791Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523636}
parent 3a6221f7
......@@ -74,7 +74,7 @@ DisplayUIScales GetScalesForDisplay(const ManagedDisplayMode& native_mode) {
ASSIGN_ARRAY(ret.scales, kUIScalesFor1366);
ret.default_scale = kDefaultUIScaleFor1366;
break;
case 1980:
case 1920:
ASSIGN_ARRAY(ret.scales, kUIScalesForFHD);
ret.default_scale = kDefaultUIScaleForFHD;
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment