Skip to content

Commit 7906919

Browse files
committed
WinForms - Make ChromiumHostControlBase.FromBrowser public
- Can be used to get the ChromiumHostControlBase instances from the IBrowser instance
1 parent ebd298f commit 7906919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.WinForms/Host/ChromiumHostControlBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ internal void RaiseIsBrowserInitializedChangedEvent()
188188
/// </summary>
189189
/// <param name="browser">browser</param>
190190
/// <returns>returns the assocaited <see cref="ChromiumHostControl"/> or <see cref="ChromiumWebBrowser"/> or null if Disposed or no host found.</returns>
191-
internal static T FromBrowser<T>(IBrowser browser) where T : ChromiumHostControlBase
191+
public static T FromBrowser<T>(IBrowser browser) where T : ChromiumHostControlBase
192192
{
193193
if (browser.IsDisposed)
194194
{

0 commit comments

Comments
 (0)