mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
win: Remove CefEnableHighDPISupport function (fixes issue #3452)
High-DPI support is now enabled by default in Chromium.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user