fixup! [M126 Migration] Apply SW backend related patches 78/318378/2
authorYongGeol Jung <yg48.jung@samsung.com>
Thu, 16 Jan 2025 06:54:49 +0000 (22:54 -0800)
committerInsoon Kim <is46.kim@samsung.com>
Thu, 16 Jan 2025 07:33:04 +0000 (07:33 +0000)
Apply this for desktop build also.

Change-Id: I287da6c9a7d706656e23a998c1fbf2723ab99100
Signed-off-by: YongGeol Jung <yg48.jung@samsung.com>
tizen_src/chromium_impl/ui/ozone/platform/efl/efl_window.cc

index 97c6533c6c58fd5979a927a265db1a57fb8c2013..c22b696329014982847dfbdbe2a7a27ed9e9b6b3 100644 (file)
@@ -74,7 +74,7 @@ Ecore_Evas* EflWindow::CreateEvasObject(const gfx::Rect& bounds) {
   return ecore_evas_new("wayland_shm", 0, 0, bounds.width(), bounds.height(),
                         nullptr);
 #else
-  return ecore_evas_new("opengl_x11", 0, 0, bounds.width(), bounds.height(),
+  return ecore_evas_new("software_x11", 0, 0, bounds.width(), bounds.height(),
                         nullptr);
 #endif
 }