Skip to content
Snippets Groups Projects
Commit f069dca2 authored by Gustavo Noronha's avatar Gustavo Noronha
Browse files

Only create DesktopScreen for the non-ozone case

parent 82d48393
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ int CefBrowserMainParts::PreCreateThreads() {
// before the IO thread is started.
content::GpuDataManager::GetInstance();
#if defined(USE_AURA)
#if defined(USE_AURA) && !defined(USE_OZONE)
display::Screen::SetScreenInstance(views::CreateDesktopScreen());
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment