| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 2049367d76af354817202b78d02a37dc94f97772..2ee974f4adf8a21f2e3e0d933d2ce72e65ef9e76 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1753,7 +1753,7 @@ void LayoutObject::styleWillChange(StyleDifference diff,
|
| // We might not have an enclosing layer yet because we might not be in the
|
| // tree.
|
| if (PaintLayer* layer = enclosingLayer())
|
| - layer->potentiallyDirtyVisibleContentStatus(newStyle.visibility());
|
| + layer->dirtyVisibleContentStatus();
|
| }
|
|
|
| if (isFloating() && (m_style->floating() != newStyle.floating())) {
|
|
|