Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: third_party/WebKit/Source/core/editing/commands/TypingCommand.h

Issue 2723003002: Editing: Fix caret blinking after a typing. (Closed)
Patch Set: Apply review comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
index d17c8dc2e2c4ad3d78f90828a07c986d8a02d5d4..6d6f5a8da633e8c1536132f6a74e883a50986ea4 100644
--- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
@@ -144,7 +144,6 @@ class CORE_EXPORT TypingCommand final : public CompositeEditCommand {
void setShouldRetainAutocorrectionIndicator(bool retain) override {
m_shouldRetainAutocorrectionIndicator = retain;
}
- bool shouldStopCaretBlinking() const override { return true; }
void setShouldPreventSpellChecking(bool prevent) {
m_shouldPreventSpellChecking = prevent;
}

Powered by Google App Engine
This is Rietveld 408576698