forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce user customization of external HighDPI mode for 4K monitor.
This CL adds the options of customizing external display's device scale factor from the options page. There are two TODOs though: - the configured device scale factor should be stored - not possible to specify device scale factor and resolution at the same time; from 1600x900, it can't enter to 1920x1080(2x). Instead it enters to 3840x2160, then the user needs to select 2x again. Actually the former would solve the latter; this CL sets the new resolution and the DSF at the same time but resolution change is asynchronous, so changed DSF will be overwritten by the resolution change. I will address these issues in further CL(s). BUG=396704 R=oshima@chromium.org, stevenjb@chromium.org TBR=asvitkine@chromium.org TEST=manually Review URL: https://codereview.chromium.org/417113012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287677 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
mukai@chromium.org
committed
Aug 6, 2014
1 parent
9c1da58
commit 7badf7f
Showing
16 changed files
with
612 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.