| 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 1172e4b171335c117aa4a39b3328872c88968e3c..0cb62fd8e335545ffaf00c793c0686c16e556e38 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -605,7 +605,7 @@ WebSize WebLocalFrameImpl::contentsSize() const {
|
| bool WebLocalFrameImpl::hasVisibleContent() const {
|
| LayoutPartItem layoutItem = frame()->ownerLayoutItem();
|
| if (!layoutItem.isNull() &&
|
| - layoutItem.style()->visibility() != EVisibility::Visible) {
|
| + layoutItem.style()->visibility() != EVisibility::kVisible) {
|
| return false;
|
| }
|
|
|
|
|