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, |