| Index: Source/core/paint/DeprecatedPaintLayerPainter.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerPainter.h b/Source/core/paint/DeprecatedPaintLayerPainter.h
|
| index 46045b2ffa8b9bb0d3322364358d31ee9aba41b7..834713122c00eff6f3ee2f7e2c2a5c7023cde173 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerPainter.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerPainter.h
|
| @@ -40,8 +40,6 @@ private:
|
| void paintFragmentByApplyingTransform(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& fragmentTranslation);
|
|
|
| void paintChildren(unsigned childrenToVisit, GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags);
|
| - void paintPaginatedChildLayer(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags);
|
| - void paintChildLayerIntoColumns(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags, const Vector<DeprecatedPaintLayer*>& columnLayers, size_t columnIndex);
|
| bool atLeastOneFragmentIntersectsDamageRect(DeprecatedPaintLayerFragments&, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& offsetFromRoot);
|
| void paintFragmentWithPhase(PaintPhase, const DeprecatedPaintLayerFragment&, GraphicsContext*, const ClipRect&, const DeprecatedPaintLayerPaintingInfo&, PaintBehavior, LayoutObject* paintingRootForLayoutObject, PaintLayerFlags, ClipState);
|
| void paintBackgroundForFragments(const DeprecatedPaintLayerFragments&, GraphicsContext*,
|
|
|