| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 11c8a8ca98572323354087b3710408db331d22b9..db6fb75bd3139a995f8d36254f5b50e8738270b1 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -231,7 +231,7 @@ public:
|
| void clearLayoutOverflow();
|
| void clearAllOverflows() { m_overflow.clear(); }
|
|
|
| - void updateLayerTransform();
|
| + void updateLayerTransformAfterLayout();
|
|
|
| LayoutUnit contentWidth() const { return clientWidth() - paddingLeft() - paddingRight(); }
|
| LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
|
|
|