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 e53345ce6de1355ff100417fc09e7dc497208a30..41693c7c3443876567ebedfa86b632274f835ad3 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -300,6 +300,7 @@ private: |
TextGranularity m_granularity; |
RefPtrWillBeMember<Node> m_previousCaretNode; // The last node which painted the caret. Retained for clearing the old caret when it moves. |
+ RawPtrWillBeWeakMember<Node> m_parentOfPreviousCaretNode; |
LayoutRect m_previousCaretRect; |
CaretVisibility m_previousCaretVisibility; |