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
|
@ -122,6 +122,10 @@ class ElectronBrowserMainParts : public content::BrowserMainParts {
|
|||
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_LINUX)
|
||||
void DetectOzonePlatform();
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
void FreeAppDelegate();
|
||||
void RegisterURLHandler();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue