Index: Source/core/layout/LayoutFlowThread.h |
diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h |
index 64e45b9afff32424c640c959a5788ec787c77b11..db98e2dbbfd61d4ba1f9dbf74cd07af0a675647e 100644 |
--- a/Source/core/layout/LayoutFlowThread.h |
+++ b/Source/core/layout/LayoutFlowThread.h |
@@ -98,7 +98,7 @@ public: |
virtual bool isPageLogicalHeightKnown() const { return true; } |
bool pageLogicalSizeChanged() const { return m_pageLogicalSizeChanged; } |
- void collectLayerFragments(DeprecatedPaintLayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect); |
+ void collectLayerFragments(DeprecatedPaintLayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRectInFlowThread); |
// Return the visual bounding box based on the supplied flow-thread bounding box. Both |
// rectangles are completely physical in terms of writing mode. |