Update to Chromium version 98.0.4758.0 (#950365)

This commit is contained in:
Marshall Greenblatt
2021-12-16 17:35:54 -05:00
parent b76badd958
commit dfc0131516
109 changed files with 785 additions and 798 deletions

View File

@@ -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
};