fix: add support for --ozone-platform-hint flag on Linux (#34937)
This commit is contained in:
parent
9f0e7126c4
commit
67eda4bcc8
4 changed files with 140 additions and 0 deletions
|
@ -217,6 +217,7 @@ int ElectronBrowserMainParts::PreEarlyInitialization() {
|
|||
HandleSIGCHLD();
|
||||
#endif
|
||||
#if BUILDFLAG(IS_LINUX)
|
||||
DetectOzonePlatform();
|
||||
ui::OzonePlatform::PreEarlyInitialization();
|
||||
#endif
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue