Skip to content

Commit

Permalink
Net Core - Regenerate CefSharp.Core.RefAssembly
Browse files Browse the repository at this point in the history
TODO: It's not automatically regenerating at times, need to fix this
  • Loading branch information
amaitland committed Nov 27, 2020
1 parent 4ffa8bf commit 9ff6b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.Core.RefAssembly/CefSharp.Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public partial class ManagedCefBrowserAdapter : CefSharp.Internals.IBrowserAdapt
public ManagedCefBrowserAdapter(CefSharp.Internals.IWebBrowserInternal webBrowserInternal, bool offScreenRendering) { }
public virtual bool IsDisposed { get { throw null; } }
public virtual CefSharp.Internals.IJavascriptCallbackFactory JavascriptCallbackFactory { get { throw null; } }
public virtual CefSharp.Internals.IJavascriptObjectRepositoryInternal JavascriptObjectRepository { get { throw null; } }
public virtual CefSharp.Internals.JavascriptObjectRepository JavascriptObjectRepository { get { throw null; } }
public virtual CefSharp.Internals.IMethodRunnerQueue MethodRunnerQueue { get { throw null; } }
public void CreateBrowser(CefSharp.IWindowInfo windowInfo, CefSharp.BrowserSettings browserSettings, CefSharp.RequestContext requestContext, string address) { }
public void Dispose() { }
Expand Down

0 comments on commit 9ff6b35

Please sign in to comment.