Skip to content

Commit

Permalink
Merge pull request #1049 from Antonyo/master
Browse files Browse the repository at this point in the history
Make SourceHook virtual for Wpf ChromiumWebBrowser
  • Loading branch information
amaitland committed May 29, 2015
2 parents f6b5787 + 33c61a6 commit c9ce6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.Wpf/ChromiumWebBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ private Popup CreatePopup()
return newPopup;
}

private IntPtr SourceHook(IntPtr hWnd, int message, IntPtr wParam, IntPtr lParam, ref bool handled)
protected virtual IntPtr SourceHook(IntPtr hWnd, int message, IntPtr wParam, IntPtr lParam, ref bool handled)
{
if (handled)
{
Expand Down

0 comments on commit c9ce6c4

Please sign in to comment.