Skip to content

Commit

Permalink
Manually apply changes suggested numbersint@6c59726
Browse files Browse the repository at this point in the history
Allows for implementation of the following Gist for headless (service/console) rendering
https://gist.github.com/jankurianski/44b6e2b86e1b137a9ffd
  • Loading branch information
amaitland committed Nov 12, 2014
1 parent 74c9e17 commit 37cd183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CefSharp.Core/Cef.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace CefSharp
}
}

internal:
public:
static void AddDisposable(IDisposable^ item)
{
msclr::lock l(_sync);
Expand All @@ -74,8 +74,6 @@ namespace CefSharp
_disposables->Remove(item);
}

public:

/// <summary>Gets a value that indicates whether CefSharp is initialized.</summary>
/// <value>true if CefSharp is initialized; otherwise, false.</value>
static property bool IsInitialized
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Core/ManagedCefBrowserAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace System::Threading::Tasks;

namespace CefSharp
{
private ref class ManagedCefBrowserAdapter : public DisposableResource
public ref class ManagedCefBrowserAdapter : public DisposableResource
{
MCefRefPtr<RenderClientAdapter> _renderClientAdapter;
BrowserProcessServiceHost^ _browserProcessServiceHost;
Expand Down

0 comments on commit 37cd183

Please sign in to comment.