From 189d4fd8fad9e3c776873be51938cd31a42b6177 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 20 May 2021 09:47:09 +0200 Subject: BASELINE: Update Chromium to 90.0.4430.221 Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen --- chromium/ui/base/cursor/cursor.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'chromium/ui/base/cursor/cursor.h') diff --git a/chromium/ui/base/cursor/cursor.h b/chromium/ui/base/cursor/cursor.h index 1c54756715d..e5ffd67ffa3 100644 --- a/chromium/ui/base/cursor/cursor.h +++ b/chromium/ui/base/cursor/cursor.h @@ -17,13 +17,10 @@ namespace ui { -#if defined(OS_WIN) -typedef ::HCURSOR PlatformCursor; -#else // NOTE: On Ozone platforms, the type is chosen at runtime, and is either // X11Cursor* or BitmapCursorOzone*. -typedef void* PlatformCursor; -#endif +// On Windows, it's WinCursor*. +using PlatformCursor = void*; // Ref-counted cursor that supports both default and custom cursors. class COMPONENT_EXPORT(UI_BASE_CURSOR_BASE) Cursor { -- cgit v1.2.1