| Index: third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.cpp b/third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| index 8cbc6be27bc5cf73e5e2888f1d3f59ca49c1635f..5759cdb81b5fcdeaca757a1e5f2dba07f2960402 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.cpp
|
| @@ -185,7 +185,7 @@ void CaretBase::invalidateCaretRect(Node* node, bool caretRectChanged)
|
| return;
|
|
|
| if (LayoutViewItem view = node->document().layoutViewItem()) {
|
| - if (node->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) || shouldRepaintCaret(view))
|
| + if (node->isContentEditable() || shouldRepaintCaret(view))
|
| invalidateLocalCaretRect(node, localCaretRectWithoutUpdate());
|
| }
|
| }
|
|
|