| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index e71cc2e5605c65124dcb65cca79de0d979828dd2..a66d766aac078bcd97aea9fb45f316cbed2ba866 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -653,7 +653,7 @@ WebSize WebLocalFrameImpl::contentsSize() const
|
| bool WebLocalFrameImpl::hasVisibleContent() const
|
| {
|
| if (LayoutPart* layoutObject = frame()->ownerLayoutObject()) {
|
| - if (layoutObject->style()->visibility() != VISIBLE)
|
| + if (layoutObject->style()->visibility() != EVisibility::Visible)
|
| return false;
|
| }
|
|
|
|
|