Index: Source/core/paint/DeprecatedPaintLayerPainter.h |
diff --git a/Source/core/paint/DeprecatedPaintLayerPainter.h b/Source/core/paint/DeprecatedPaintLayerPainter.h |
index 9c0fe9f0707ca751ef67b59cee1c2618e09050b1..2a9b795d80fe2d98e0652c50a182244f39443b71 100644 |
--- a/Source/core/paint/DeprecatedPaintLayerPainter.h |
+++ b/Source/core/paint/DeprecatedPaintLayerPainter.h |
@@ -42,6 +42,7 @@ private: |
void paintFragmentByApplyingTransform(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags, const LayoutPoint& fragmentTranslation); |
void paintChildren(unsigned childrenToVisit, GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags); |
+ void 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*, |