Skip to content

Commit 3ec3de7

Browse files
committed
Net Core - Update Ref Assembly
1 parent 0932a90 commit 3ec3de7

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
@@ -148,6 +148,7 @@ internal DragData() { }
148148
public virtual string LinkTitle { get { throw null; } set { } }
149149
public virtual string LinkUrl { get { throw null; } set { } }
150150
public virtual void AddFile(string path, string displayName) { }
151+
public virtual void ClearFilenames() { }
151152
public virtual CefSharp.IDragData Clone() { throw null; }
152153
public static CefSharp.IDragData Create() { throw null; }
153154
public void Dispose() { }

0 commit comments

Comments
 (0)