Index: third_party/WebKit/Source/core/editing/DragCaretController.h |
diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.h b/third_party/WebKit/Source/core/editing/DragCaretController.h |
index 71d7f4bb1dc487d611ab2a8175268678b5152a00..a001451c48f485763fe93e34215c70af738293b5 100644 |
--- a/third_party/WebKit/Source/core/editing/DragCaretController.h |
+++ b/third_party/WebKit/Source/core/editing/DragCaretController.h |
@@ -63,6 +63,9 @@ class DragCaretController final |
void nodeWillBeRemoved(Node&) final; |
PositionWithAffinity m_position; |
+ // caret rect in coords local to the layoutObject responsible for painting the |
+ // caret |
+ LayoutRect m_caretLocalRect; |
const Member<CaretBase> m_caretBase; |
}; |