| 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 9187b0ba9ed49a9d287c91a905c75cd46244f9a0..fd37d64b82e8051f99b44e87551e808cd9c85219 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2030,7 +2030,7 @@ struct SetContentsNeedsDisplayInRectFunctor {
|
| // r is in the coordinate space of the layer's layout object
|
| void CompositedLayerMapping::setContentsNeedDisplayInRect(const LayoutRect& r, PaintInvalidationReason invalidationReason)
|
| {
|
| - ASSERT(!RuntimeEnabledFeatures::slimmingPaintSynchronizedPaintingEnabled());
|
| + ASSERT(!RuntimeEnabledFeatures::slimmingPaintV2Enabled());
|
| SetContentsNeedsDisplayInRectFunctor functor = {
|
| enclosingIntRect(LayoutRect(r.location() + m_owningLayer.subpixelAccumulation(), r.size())),
|
| invalidationReason
|
|
|