| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index d41d6c300eebd7f33fc5a32d6a58fa84c639a543..263634c96d5b147266a773ec803c62f833cc8457 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2586,7 +2586,7 @@
|
| {
|
| return !m_owningLayer.isRootLayer()
|
| && m_owningLayer.scrollsOverflow()
|
| - && m_owningLayer.layoutObject()->hasLocalEquivalentBackground()
|
| + && m_owningLayer.layoutObject()->style()->hasEntirelyLocalBackground()
|
| && !m_owningLayer.stackingNode()->hasNegativeZOrderList();
|
| }
|
|
|
|
|