Move wxWebViewFactoryChromium to the source file from the header
There doesn't seem to be any need for this class to be public. No real changes.
This commit is contained in:
parent
ad69f3779a
commit
b788711ca1
2 changed files with 14 additions and 14 deletions
|
|
@ -173,20 +173,6 @@ private:
|
|||
wxDECLARE_DYNAMIC_CLASS(wxWebViewChromium);
|
||||
};
|
||||
|
||||
class WXDLLIMPEXP_WEBVIEW_CHROMIUM wxWebViewFactoryChromium : public wxWebViewFactory
|
||||
{
|
||||
public:
|
||||
virtual wxWebView* Create() { return new wxWebViewChromium; }
|
||||
virtual wxWebView* Create(wxWindow* parent,
|
||||
wxWindowID id,
|
||||
const wxString& url = wxWebViewDefaultURLStr,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
const wxString& name = wxWebViewNameStr)
|
||||
{ return new wxWebViewChromium(parent, id, url, pos, size, style, name); }
|
||||
};
|
||||
|
||||
#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_CHROMIUM
|
||||
|
||||
#endif // _WX_WEBVIEWCHROMIUM_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue