mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-23 07:50:44 +01:00
linux: Fix invalid argument type in CHECK
This commit is contained in:
parent
d1d2d6a532
commit
521608d3c2
@ -530,7 +530,7 @@ void CefWindowView::CreateWidget(gfx::AcceleratedWidget parent_widget) {
|
||||
#if BUILDFLAG(IS_LINUX)
|
||||
#if BUILDFLAG(OZONE_PLATFORM_X11)
|
||||
auto x11window = static_cast<x11::Window>(view_util::GetWindowHandle(widget));
|
||||
CHECK(x11window);
|
||||
CHECK(x11window != x11::Window::None);
|
||||
|
||||
if (is_frameless_) {
|
||||
ui::SetUseOSWindowFrame(x11window, false);
|
||||
|
Loading…
Reference in New Issue
Block a user