| Index: Source/core/paint/DeprecatedPaintLayer.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h
|
| index b8425535c5914ff6c2b63effa411e1a409e045ff..eb2a5d9a22d8b0a5a2cc47fd26b5e7ce22a5ddb0 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.h
|
| @@ -611,9 +611,6 @@ private:
|
| void updatePagination();
|
| void clearPaginationRecursive();
|
|
|
| - // FIXME: Temporary. Remove when new columns come online.
|
| - bool useRegionBasedColumns() const;
|
| -
|
| DeprecatedPaintLayerType m_layerType;
|
|
|
| // Self-painting layer is an optimization where we avoid the heavy Layer painting
|
|
|