| Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| index edfcfccdd70d31f7ea96795cef5399a9ff82f9b4..9e22aae4948c31e4329449746b4e1bd2724d88f9 100644
|
| --- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| +++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| @@ -1808,7 +1808,7 @@ bool CompositedDeprecatedPaintLayerMapping::containsPaintedContent() const
|
| if (layoutObject->isReplaced() && !isCompositedPlugin(layoutObject))
|
| return true;
|
|
|
| - if (layoutObject->isLayoutRegion())
|
| + if (layoutObject->isLayoutMultiColumnSet())
|
| return true;
|
|
|
| if (layoutObject->node() && layoutObject->node()->isDocumentNode()) {
|
| @@ -2108,7 +2108,7 @@ void CompositedDeprecatedPaintLayerMapping::doPaintTask(const GraphicsLayerPaint
|
| context->setDeviceScaleFactor(deviceScaleFactor);
|
|
|
| if (paintInfo.paintLayer->compositingState() != PaintsIntoGroupedBacking) {
|
| - // FIXME: GraphicsLayers need a way to split for LayoutRegions.
|
| + // FIXME: GraphicsLayers need a way to split for multicol.
|
| DeprecatedPaintLayerPaintingInfo paintingInfo(paintInfo.paintLayer, LayoutRect(dirtyRect), PaintBehaviorNormal, paintInfo.paintLayer->subpixelAccumulation());
|
| DeprecatedPaintLayerPainter(*paintInfo.paintLayer).paintLayerContents(context, paintingInfo, paintLayerFlags);
|
|
|
|
|