Index: Source/WebCore/editing/Editor.h |
=================================================================== |
--- Source/WebCore/editing/Editor.h (revision 117418) |
+++ Source/WebCore/editing/Editor.h (working copy) |
@@ -421,7 +421,7 @@ |
PassRefPtr<Clipboard> newGeneralClipboard(ClipboardAccessPolicy, Frame*); |
void pasteAsPlainTextWithPasteboard(Pasteboard*); |
void pasteWithPasteboard(Pasteboard*, bool allowPlainText); |
- void revealSelectionAfterEditingOperation(); |
+ void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded); |
void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtr<Range>& firstMisspellingRange); |
TextCheckingTypeMask resolveTextCheckingTypeMask(TextCheckingTypeMask); |