summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/TypingCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/TypingCommand.h')
-rw-r--r--WebCore/editing/TypingCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/editing/TypingCommand.h b/WebCore/editing/TypingCommand.h
index 60b5f2a..284ebc0 100644
--- a/WebCore/editing/TypingCommand.h
+++ b/WebCore/editing/TypingCommand.h
@@ -81,6 +81,8 @@ private:
virtual bool isTypingCommand() const;
virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; }
+ static void updateSelectionIfDifferentFromCurrentSelection(TypingCommand*, Frame*);
+
void updatePreservesTypingStyle(ETypingCommand);
void markMisspellingsAfterTyping(ETypingCommand);
void typingAddedToOpenCommand(ETypingCommand);