| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index 2e243242c277b07bfecacaeefadd0c68c8622202..8612b6e7167153dfebc9e1142993f49a02040d0c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -466,7 +466,7 @@ void LayoutView::setShouldDoFullPaintInvalidationForViewAndAllDescendants()
|
|
|
| void LayoutView::invalidatePaintForViewAndCompositedLayers()
|
| {
|
| - setShouldDoFullPaintInvalidation();
|
| + setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants();
|
|
|
| // The only way we know how to hit these ASSERTS below this point is via the Chromium OS login screen.
|
| DisableCompositingQueryAsserts disabler;
|
|
|