Commit a27daaff authored by stapelberg's avatar stapelberg Committed by Commit bot

Enable hi-dpi support on Linux.

With the recent bugfixes (see BUG=), hi-dpi support on Linux works well enough
to enable it by default.

BUG=143619

Review URL: https://codereview.chromium.org/1028703004

Cr-Commit-Position: refs/heads/master@{#321865}
parent 32a02419
...@@ -210,8 +210,8 @@ ...@@ -210,8 +210,8 @@
'toolkit_views%': 0, 'toolkit_views%': 0,
}], }],
# Enable HiDPI on Mac OS, Chrome OS and Windows. # Enable HiDPI on Mac OS, Chrome OS, Windows and Linux.
['OS=="mac" or chromeos==1 or OS=="win"', { ['OS=="mac" or chromeos==1 or OS=="win" or OS=="linux"', {
'enable_hidpi%': 1, 'enable_hidpi%': 1,
}], }],
......
...@@ -62,4 +62,4 @@ use_ozone_evdev = use_ozone ...@@ -62,4 +62,4 @@ use_ozone_evdev = use_ozone
use_clipboard_aurax11 = is_linux && use_aura && use_x11 use_clipboard_aurax11 = is_linux && use_aura && use_x11
enable_hidpi = is_mac || is_chromeos || is_win enable_hidpi = is_mac || is_chromeos || is_win || is_linux
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