| Index: Source/core/rendering/RenderTableCell.cpp
|
| diff --git a/Source/core/rendering/RenderTableCell.cpp b/Source/core/rendering/RenderTableCell.cpp
|
| index e4a0add58bd25db6398d27e5f36433d6d4cb0c85..5cf8270ad1243be812ed128b3ae861c79fd8c63c 100644
|
| --- a/Source/core/rendering/RenderTableCell.cpp
|
| +++ b/Source/core/rendering/RenderTableCell.cpp
|
| @@ -378,7 +378,7 @@ void RenderTableCell::mapRectToPaintInvalidationBacking(const RenderLayerModelOb
|
| return;
|
| r.setY(r.y());
|
| RenderView* v = view();
|
| - if ((!v || !v->canUseLayoutStateForContainer(paintInvalidationContainer)) && parent())
|
| + if ((!v || !v->canMapUsingLayoutStateForContainer(paintInvalidationContainer)) && parent())
|
| r.moveBy(-parentBox()->location()); // Rows are in the same coordinate space, so don't add their offset in.
|
| RenderBlockFlow::mapRectToPaintInvalidationBacking(paintInvalidationContainer, r, fixed);
|
| }
|
|
|