kBGRA_8888_SkColorType;
capabilities_.sk_color_types[static_cast<int>(gfx::BufferFormat::BGRX_8888)] =
kBGRA_8888_SkColorType;
+#if BUILDFLAG(IS_TIZEN_TV)
+ chipset = GetTVChipset();
+#endif
}
SkiaOutputDeviceOffscreen::~SkiaOutputDeviceOffscreen() {
#if BUILDFLAG(IS_TIZEN_TV)
// Enable sync for oscarp and rosep, or it will flicker while
// playing some 4k&8k videos.
- const std::string chipset = GetTVChipset();
- if (blink::IsWebBrowser() && (chipset == "OSCARP" || chipset == "ROSEP"))
+ if (blink::IsWebBrowser() &&
+ (chipset == "OSCARP" || chipset == "ROSEP" || chipset == "ROSEM"))
last_swapped_buffer_need_sync_ = true;
else
#endif