Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit bd0caed

Browse files
committed
1 parent 2cb2ada commit bd0caed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Chromely.CefSharp/NativeHost/ChromelyFramelessHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Chromely.CefSharp.NativeHost
1111
{
12-
internal class ChromelyFramelessHost : NativeHostBase
12+
public class ChromelyFramelessHost : NativeHostBase
1313
{
1414
protected DwmFramelessController _dwmFramelessController;
1515
protected FramelessInfo _framelessInfo;

src/Chromely.CefSharp/NativeHost/ChromelyHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Chromely.CefSharp.NativeHost
55
{
6-
internal class ChromelyHost : NativeHostBase
6+
public class ChromelyHost : NativeHostBase
77
{
88
public ChromelyHost(IKeyboadHookHandler keyboadHandler = null) : base(keyboadHandler)
99
{

src/Chromely.CefSharp/NativeHost/WinBase/NativeHostBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace Chromely.CefSharp.NativeHost
2121
{
22-
abstract partial class NativeHostBase : IChromelyNativeHost
22+
public abstract partial class NativeHostBase : IChromelyNativeHost
2323
{
2424
[DllImport(Libraries.Kernel32)]
2525
public static extern IntPtr GetConsoleWindow();

0 commit comments

Comments
 (0)