| Index: third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| index 6fa865480d8236199c4b9738c09b3b9f2d5c3e22..7b849e6b2d1df274c271eac732bf50bb53695e40 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| @@ -1520,7 +1520,7 @@ bool isNodeRendered(const Node& node)
|
| if (!layoutObject)
|
| return false;
|
|
|
| - return layoutObject->style()->visibility() == VISIBLE;
|
| + return layoutObject->style()->visibility() == EVisibility::Visible;
|
| }
|
|
|
| // return first preceding DOM position rendered at a different location, or "this"
|
|
|