Use Edge for rendering

This commit is contained in:
momo5502 2020-04-18 01:40:43 +02:00
parent 2d5821d0bb
commit 942795dd4d

View File

@ -21,7 +21,7 @@ html_frame::html_frame() : in_place_frame_(this), in_place_site_(this), ui_handl
throw std::runtime_error("Unable to initialize the OLE library"); throw std::runtime_error("Unable to initialize the OLE library");
} }
set_browser_feature("FEATURE_BROWSER_EMULATION", 11000); set_browser_feature("FEATURE_BROWSER_EMULATION", 12000);
set_browser_feature("FEATURE_GPU_RENDERING", 1); set_browser_feature("FEATURE_GPU_RENDERING", 1);
} }