| Index: Source/core/paint/DeprecatedPaintLayerPainter.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerPainter.h b/Source/core/paint/DeprecatedPaintLayerPainter.h
|
| index 7e2b27edb04a7754a58fcb5fa8b86871b8a4bf47..816be9993ec8709543319cdd2fa392eae4474c11 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerPainter.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerPainter.h
|
| @@ -52,6 +52,7 @@ private:
|
| PaintResult paintFragmentByApplyingTransform(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& fragmentTranslation);
|
|
|
| PaintResult paintChildren(unsigned childrenToVisit, GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags);
|
| + PaintResult paintChildrenWithFullScrollClipChain(unsigned childrenToVisit, GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags);
|
| bool atLeastOneFragmentIntersectsDamageRect(DeprecatedPaintLayerFragments&, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& offsetFromRoot);
|
| void paintFragmentWithPhase(PaintPhase, const DeprecatedPaintLayerFragment&, GraphicsContext*, const ClipRect&, const DeprecatedPaintLayerPaintingInfo&, LayoutObject* paintingRootForLayoutObject, PaintLayerFlags, ClipState);
|
| void paintBackgroundForFragments(const DeprecatedPaintLayerFragments&, GraphicsContext*,
|
|
|