summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/Editor.h')
-rw-r--r--WebCore/editing/Editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/editing/Editor.h b/WebCore/editing/Editor.h
index 2c06cea..7a4a185 100644
--- a/WebCore/editing/Editor.h
+++ b/WebCore/editing/Editor.h
@@ -313,6 +313,7 @@ public:
void handleCancelOperation();
void startCorrectionPanelTimer();
void handleRejectedCorrection();
+ bool isShowingCorrectionPanel();
void pasteAsFragment(PassRefPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
void pasteAsPlainText(const String&, bool smartReplace);
@@ -360,6 +361,8 @@ public:
NSWritingDirection baseWritingDirectionForSelectionStart() const;
#endif
+ bool selectionStartHasSpellingMarkerFor(int from, int length) const;
+
private:
Frame* m_frame;
OwnPtr<DeleteButtonController> m_deleteButtonController;