| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index cd176a930271b5b1085ebced07c53f52ed90d623..0b834a1231655d0588ca4cd3425acb977bb8690f 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -226,6 +226,7 @@ public:
|
| void addContentsVisualOverflow(const LayoutRect&);
|
|
|
| void addVisualEffectOverflow();
|
| + LayoutBoxExtent computeVisualEffectOverflowExtent() const;
|
| void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, child->locationOffset()); }
|
| void addOverflowFromChild(RenderBox* child, const LayoutSize& delta);
|
| void clearLayoutOverflow();
|
|
|