summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/editing/Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/editing/Editor.h')
-rw-r--r--Source/WebCore/editing/Editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/editing/Editor.h b/Source/WebCore/editing/Editor.h
index 2e61ce6..0a06a4a 100644
--- a/Source/WebCore/editing/Editor.h
+++ b/Source/WebCore/editing/Editor.h
@@ -198,7 +198,8 @@ public:
static bool commandIsSupportedFromMenuOrKeyBinding(const String& commandName); // Works without a frame.
bool insertText(const String&, Event* triggeringEvent);
- bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, Event* triggeringEvent);
+ bool insertTextForConfirmedComposition(const String& text);
+ bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, TextEvent* triggeringEvent);
bool insertLineBreak();
bool insertParagraphSeparator();
@@ -423,6 +424,7 @@ private:
void stopCorrectionPanelTimer();
void dismissCorrectionPanel(ReasonForDismissingCorrectionPanel);
void applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd);
+ void applyAutocorrectionBeforeTypingIfAppropriate();
};
inline void Editor::setStartNewKillRingSequence(bool flag)