mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 98.0.4758.0 (#950365)
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
|
||||
#include "libcef/browser/native/browser_platform_delegate_native_aura.h"
|
||||
|
||||
#if defined(USE_X11)
|
||||
#include "ui/ozone/buildflags.h"
|
||||
|
||||
#if BUILDFLAG(OZONE_PLATFORM_X11)
|
||||
class CefWindowX11;
|
||||
#endif
|
||||
|
||||
@@ -50,7 +52,7 @@ class CefBrowserPlatformDelegateNativeLinux
|
||||
// associated root window is destroyed.
|
||||
views::Widget* window_widget_;
|
||||
|
||||
#if defined(USE_X11)
|
||||
#if BUILDFLAG(OZONE_PLATFORM_X11)
|
||||
CefWindowX11* window_x11_ = nullptr;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user