Move common wxWebView code to base class
Removes duplicate code in the various webview backends
This commit is contained in:
@@ -82,9 +82,7 @@ public:
|
||||
void SetZoomType(wxWebViewZoomType) wxOVERRIDE;
|
||||
wxWebViewZoomType GetZoomType() const wxOVERRIDE;
|
||||
bool CanSetZoomType(wxWebViewZoomType) const wxOVERRIDE;
|
||||
virtual wxWebViewZoom GetZoom() const wxOVERRIDE;
|
||||
virtual float GetZoomFactor() const wxOVERRIDE;
|
||||
virtual void SetZoom(wxWebViewZoom) wxOVERRIDE;
|
||||
virtual void SetZoomFactor(float) wxOVERRIDE;
|
||||
|
||||
//Clipboard functions
|
||||
|
Reference in New Issue
Block a user