summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authorgirard@chromium.org <girard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 03:51:36 +0000
committergirard@chromium.org <girard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 03:51:36 +0000
commit30a4720e5a2b11c69cd5f99cab71baf12cd7b67b (patch)
treeb73dc1a958db9eb1a2882ef8d9434f85d924980d /content/app
parent171cbb3a69e3cffde7a9c1899fc3407ca80a6e28 (diff)
downloadchromium_src-30a4720e5a2b11c69cd5f99cab71baf12cd7b67b.zip
chromium_src-30a4720e5a2b11c69cd5f99cab71baf12cd7b67b.tar.gz
chromium_src-30a4720e5a2b11c69cd5f99cab71baf12cd7b67b.tar.bz2
Correct initialization logic so that --high-dpi-support is set before being read.
BUG=243445 Review URL: https://chromiumcodereview.appspot.com/18666007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r--content/app/content_main_runner.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index b035f7f..bfeb942 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -664,7 +664,6 @@ class ContentMainRunnerImpl : public ContentMainRunner {
// This must be done early enough since some helper functions like
// IsTouchEnabled, needed to load resources, may call into the theme dll.
EnableThemeSupportOnAllWindowStations();
- ui::EnableHighDPISupport();
SetupCRT(command_line);
#endif