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