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

Side by Side Diff: ui/gfx/switches.cc

Issue 294293002: Enable --high-dpi-support by default. (Note that this is a registry setting. Also, remove dead refe… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to tip Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/gfx/switches.h ('k') | ui/gfx/win/dpi.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/gfx/switches.h" 5 #include "ui/gfx/switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // When allowed, the ImageSkia looks up the resource pack with the closest 9 // When allowed, the ImageSkia looks up the resource pack with the closest
10 // available scale factor instead of the actual device scale factor and then 10 // available scale factor instead of the actual device scale factor and then
(...skipping 16 matching lines...) Expand all
27 "enable-harfbuzz-rendertext"; 27 "enable-harfbuzz-rendertext";
28 28
29 // Enable text glyphs to have X-positions that aren't snapped to the pixel grid 29 // Enable text glyphs to have X-positions that aren't snapped to the pixel grid
30 // in webkit renderers. 30 // in webkit renderers.
31 const char kEnableWebkitTextSubpixelPositioning[] = 31 const char kEnableWebkitTextSubpixelPositioning[] =
32 "enable-webkit-text-subpixel-positioning"; 32 "enable-webkit-text-subpixel-positioning";
33 33
34 // Overrides the device scale factor for the browser UI and the contents. 34 // Overrides the device scale factor for the browser UI and the contents.
35 const char kForceDeviceScaleFactor[] = "force-device-scale-factor"; 35 const char kForceDeviceScaleFactor[] = "force-device-scale-factor";
36 36
37 // Enables/Disables High DPI support (windows)
38 const char kHighDPISupport[] = "high-dpi-support";
39
40 } // namespace switches 37 } // namespace switches
OLDNEW
« no previous file with comments | « ui/gfx/switches.h ('k') | ui/gfx/win/dpi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698