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

Unified Diff: content/browser/plugin_process_host.cc

Issue 139253003: Pass the high-dpi-support command line switch to plugin processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_process_host.cc
===================================================================
--- content/browser/plugin_process_host.cc (revision 249488)
+++ content/browser/plugin_process_host.cc (working copy)
@@ -56,6 +56,7 @@
#include "base/win/windows_version.h"
#include "content/common/plugin_constants_win.h"
#include "content/public/common/sandboxed_process_launcher_delegate.h"
+#include "ui/gfx/switches.h"
#endif
namespace content {
@@ -195,6 +196,9 @@
#endif
switches::kEnableStatsTable,
switches::kFullMemoryCrashReport,
+#if defined(OS_WIN)
+ switches::kHighDPISupport,
+#endif
switches::kLoggingLevel,
switches::kLogPluginMessages,
switches::kNoSandbox,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698