| Index: Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/Source/core/layout/LayoutFlowThread.cpp b/Source/core/layout/LayoutFlowThread.cpp
|
| index 7f08161e9b18ea818d91b9c5b6a1aacda78999e5..04ca362f9c36ce0e2d8fdd4e143a5f2151ba5b5c 100644
|
| --- a/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -93,7 +93,7 @@ void LayoutFlowThread::validateRegions()
|
| generateColumnSetIntervalTree();
|
| }
|
|
|
| -void LayoutFlowThread::mapRectToPaintInvalidationBacking(const LayoutLayerModelObject* paintInvalidationContainer, LayoutRect& rect, const PaintInvalidationState* paintInvalidationState) const
|
| +void LayoutFlowThread::mapRectToPaintInvalidationBacking(const LayoutBoxModelObject* paintInvalidationContainer, LayoutRect& rect, const PaintInvalidationState* paintInvalidationState) const
|
| {
|
| ASSERT(paintInvalidationContainer != this); // A flow thread should never be an invalidation container.
|
| // |rect| is a layout rectangle, where the block direction coordinate is flipped for writing
|
|
|