Skip to content

Commit a1a139d

Browse files
committed
#210. Added a quite important TODO.
1 parent 5d675a4 commit a1a139d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CefSharp.WinForms/WebView.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
namespace CefSharp.WinForm
77
{
8+
// TODO: Should not implement IRenderWebBrowser straight away, since it means we have to add a bunch of boilerplate properties
9+
// TODO: which aren't even used. The proper way would be to add another interface, which is only used for WinForms (which the
10+
// TODO: IRenderWebBrowser should then inherit from, and extend as appropriate).
811
public class WebView : Control, IRenderWebBrowser
912
{
1013
private BrowserCore browserCore;

0 commit comments

Comments
 (0)