From cc808f8c102b293e58d8d442bd6f64a1e461d2d0 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Mon, 4 Apr 2022 15:25:27 +1000 Subject: [PATCH] NetCore - Update RefAssembly --- .../CefSharp.Core.Runtime.netcore.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs b/CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs index 5c7ea3765b..5a65c41bb3 100644 --- a/CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs +++ b/CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs @@ -178,6 +178,7 @@ public sealed partial class NativeMethodWrapper { public NativeMethodWrapper() { } public static bool IsFocused(System.IntPtr handle) { throw null; } + public static System.IntPtr LoadCursorFromLibCef(int resourceIdentifier) { throw null; } public static void MemoryCopy(System.IntPtr dest, System.IntPtr src, int numberOfBytes) { } public static void RemoveExNoActivateStyle(System.IntPtr browserHwnd) { } public static void SetWindowParent(System.IntPtr child, System.IntPtr newParent) { }