Index: Source/core/layout/Layer.h |
diff --git a/Source/core/layout/Layer.h b/Source/core/layout/Layer.h |
index 853df281cf6b092c056896d45875e475e2f677e7..9568255120fb6ff953919777da90187dd4dd49f9 100644 |
--- a/Source/core/layout/Layer.h |
+++ b/Source/core/layout/Layer.h |
@@ -503,6 +503,7 @@ public: |
return m_hasSelfPaintingLayerDescendant; |
} |
LayoutRect paintingExtent(const Layer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior); |
+ void appendSingleFragmentIgnoringPagination(LayerFragments&, const Layer* rootLayer, const LayoutRect& dirtyRect, ClipRectsCacheSlot, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize, ShouldRespectOverflowClip = RespectOverflowClip, const LayoutPoint* offsetFromRoot = 0, const LayoutSize& subPixelAccumulation = LayoutSize()); |
void collectFragments(LayerFragments&, const Layer* rootLayer, const LayoutRect& dirtyRect, |
ClipRectsCacheSlot, OverlayScrollbarSizeRelevancy inOverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize, |
ShouldRespectOverflowClip = RespectOverflowClip, const LayoutPoint* offsetFromRoot = 0, |