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

Unified Diff: third_party/WebKit/Source/core/editing/FrameSelection.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/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index cb803784fbdb18804560a312a144071f83f0d65b..7be6e9d5e04046e43095230f5cf6aee20f7a9892 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -273,6 +273,8 @@ class CORE_EXPORT FrameSelection final
Range* documentCachedRange() const;
void clearDocumentCachedRange();
+ FrameCaret& frameCaretForTesting() const { return *m_frameCaret; }
+
DECLARE_TRACE();
private:

Powered by Google App Engine
This is Rietveld 408576698