summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/WebKitSupport/EditorClientWx.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/WebKitSupport/EditorClientWx.h')
-rw-r--r--WebKit/wx/WebKitSupport/EditorClientWx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebKit/wx/WebKitSupport/EditorClientWx.h b/WebKit/wx/WebKitSupport/EditorClientWx.h
index 51b820c..0f98167 100644
--- a/WebKit/wx/WebKitSupport/EditorClientWx.h
+++ b/WebKit/wx/WebKitSupport/EditorClientWx.h
@@ -31,9 +31,15 @@
#include "EditorClient.h"
#include "Page.h"
+#include "WebView.h"
+#include "WebFrame.h"
+
namespace WebCore {
class EditorClientWx : public EditorClient {
+friend class ::wxWebView;
+friend class ::wxWebFrame;
+
public:
virtual ~EditorClientWx();
void setPage(Page*);
@@ -42,6 +48,7 @@ public:
virtual bool shouldDeleteRange(Range*);
virtual bool shouldShowDeleteInterface(HTMLElement*);
virtual bool smartInsertDeleteEnabled();
+ virtual bool isSelectTrailingWhitespaceEnabled();
virtual bool isContinuousSpellCheckingEnabled();
virtual void toggleContinuousSpellChecking();
virtual bool isGrammarCheckingEnabled();