| 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..58f74f0790c02d3b04a759bcaac6a64895ee73a8 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -301,6 +301,7 @@ private:
|
|
|
| RefPtrWillBeMember<Node> m_previousCaretNode; // The last node which painted the caret. Retained for clearing the old caret when it moves.
|
| LayoutRect m_previousCaretRect;
|
| + Node* m_parentOfPreviousCaretNode;
|
| CaretVisibility m_previousCaretVisibility;
|
|
|
| RefPtrWillBeMember<EditingStyle> m_typingStyle;
|
|
|