| Index: third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.cpp
|
| diff --git a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.cpp b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.cpp
|
| index ece11f530e4ea7cb904157b9db48665d2a287efb..55c60c4c3215727848c0aa1daed7e9be25e6cd0f 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.cpp
|
| +++ b/third_party/WebKit/Source/modules/plugins/PluginOcclusionSupport.cpp
|
| @@ -120,7 +120,7 @@ static bool intersectsRect(const LayoutObject* renderer, const IntRect& rect) {
|
| return renderer->absoluteBoundingBoxRectIgnoringTransforms().intersects(
|
| rect) &&
|
| (!renderer->style() ||
|
| - renderer->style()->visibility() == EVisibility::Visible);
|
| + renderer->style()->visibility() == EVisibility::kVisible);
|
| }
|
|
|
| static void addToOcclusions(const LayoutBox* renderer,
|
|
|