commit | 2c2f5494a322aef5ba95e0e32a459bdef5ec1e29 | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Thu Mar 26 17:10:21 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 26 17:10:21 2020 |
tree | 7086a0bb9f8bfee892394e16498af29b4741eb70 | |
parent | 8ee501a0327f506d04379833c88fe43c0b0c6041 [diff] |
Remove GTK scale factor workarounds The workarounds were initially added to fix rendering issues when the scale factor was an odd value like 1.01. Hopefully the fractional scale factor support in Chrome is now good enough to handle these cases. This change prevents unexpected scale factor behavior like 1.25 remapping to 1.0. BUG=1033552 R=oshima Change-Id: I1d22c1ddcf463fed12061ef265d2a6b4a4bcbeb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121179 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#753653}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.