Skip to content

Commit e0bad63

Browse files
committed
NetCore - Update RefAssembly
1 parent df562dd commit e0bad63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public sealed partial class NativeMethodWrapper
178178
{
179179
public NativeMethodWrapper() { }
180180
public static bool IsFocused(System.IntPtr handle) { throw null; }
181+
public static System.IntPtr LoadCursorFromLibCef(int resourceIdentifier) { throw null; }
181182
public static void MemoryCopy(System.IntPtr dest, System.IntPtr src, int numberOfBytes) { }
182183
public static void RemoveExNoActivateStyle(System.IntPtr browserHwnd) { }
183184
public static void SetWindowParent(System.IntPtr child, System.IntPtr newParent) { }

0 commit comments

Comments
 (0)