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 6fc3d8e910afe2a966227225e9592acd23fa483b..ea2c807b9764243058287c0a4c8adfc0a59831cb 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -655,7 +655,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; |
} |