mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
fix: offscreen rendering with correct screen info. (#48730)
fix: osr use correct screen info.
This commit is contained in:
@@ -186,6 +186,8 @@ inline constexpr std::string_view kUseSharedTexture = "useSharedTexture";
|
||||
inline constexpr std::string_view kSharedTexturePixelFormat =
|
||||
"sharedTexturePixelFormat";
|
||||
|
||||
inline constexpr std::string_view kDeviceScaleFactor = "deviceScaleFactor";
|
||||
|
||||
inline constexpr std::string_view kNodeIntegrationInSubFrames =
|
||||
"nodeIntegrationInSubFrames";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user