win: Remove CefEnableHighDPISupport function (fixes issue #3452)

High-DPI support is now enabled by default in Chromium.
This commit is contained in:
Marshall Greenblatt
2023-03-03 16:07:27 -05:00
parent d33b67cb33
commit f3b570cf8e
9 changed files with 2 additions and 47 deletions

View File

@@ -35,9 +35,6 @@ namespace client {
namespace {
int RunMain(HINSTANCE hInstance, int nCmdShow) {
// Enable High-DPI support on Windows 7 or newer.
CefEnableHighDPISupport();
CefMainArgs main_args(hInstance);
void* sandbox_info = nullptr;