From 8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 4 Feb 2022 17:20:24 +0100 Subject: BASELINE: Update Chromium to 98.0.4758.90 Change-Id: Ib7c41539bf8a8e0376bd639f27d68294de90f3c8 Reviewed-by: Allan Sandfeld Jensen --- .../ui/views/widget/desktop_aura/desktop_native_widget_aura.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.h') diff --git a/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.h index 8d808737887..6b2b6794e1c 100644 --- a/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.h +++ b/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.h @@ -8,7 +8,7 @@ #include #include -#include "base/macros.h" +#include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #include "base/strings/string_piece.h" #include "ui/aura/client/drag_drop_delegate.h" @@ -277,7 +277,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura void NotifyAccessibilityEvent(ax::mojom::Event event_type); std::unique_ptr host_; - DesktopWindowTreeHost* desktop_window_tree_host_; + raw_ptr desktop_window_tree_host_; // See class documentation for Widget in widget.h for a note about ownership. Widget::InitParams::Ownership ownership_; @@ -289,9 +289,9 @@ class VIEWS_EXPORT DesktopNativeWidgetAura // This is the return value from GetNativeView(). // WARNING: this may be NULL, in particular during shutdown it becomes NULL. - aura::Window* content_window_; + raw_ptr content_window_; - internal::NativeWidgetDelegate* native_widget_delegate_; + raw_ptr native_widget_delegate_; std::unique_ptr focus_client_; std::unique_ptr position_client_; -- cgit v1.2.1