Index: Source/core/editing/TypingCommand.h |
diff --git a/Source/core/editing/TypingCommand.h b/Source/core/editing/TypingCommand.h |
index 90a86b906c70d2dd639d6032e3c88a7aa19c6113..67857fda1157103c1e9a5d7ff3296168abd749d5 100644 |
--- a/Source/core/editing/TypingCommand.h |
+++ b/Source/core/editing/TypingCommand.h |
@@ -117,6 +117,9 @@ private: |
void typingAddedToOpenCommand(ETypingCommand); |
bool makeEditableRootEmpty(); |
+ void updateCommandTypeOfOpenCommand(ETypingCommand typingCommand) { m_commandType = typingCommand; } |
+ ETypingCommand commandTypeOfOpenCommand() { return m_commandType; } |
yosin_UTC9
2013/11/15 10:22:22
nit: Should be have |const| qualifier.
|
+ |
ETypingCommand m_commandType; |
String m_textToInsert; |
bool m_openForMoreTyping; |