| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index 5c852bcdba4258f70676466c2f128b95b4aea773..44393f422e03d414883d8075d8e3d2b14bdd2f80 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -25,12 +25,12 @@
|
|
|
| #include "core/rendering/RenderBoxModelObject.h"
|
| #include "core/rendering/RenderOverflow.h"
|
| -#include "core/rendering/shapes/ShapeOutsideInfo.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
|
|
| namespace blink {
|
|
|
| struct PaintInfo;
|
| +class RenderBlockFlow;
|
| class RenderLayerScrollableArea;
|
|
|
| enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
|
| @@ -562,11 +562,6 @@ public:
|
|
|
| bool hasSameDirectionAs(const RenderBox* object) const { return style()->direction() == object->style()->direction(); }
|
|
|
| - ShapeOutsideInfo* shapeOutsideInfo() const
|
| - {
|
| - return ShapeOutsideInfo::isEnabledFor(*this) ? ShapeOutsideInfo::info(*this) : 0;
|
| - }
|
| -
|
| protected:
|
| virtual void willBeDestroyed() override;
|
|
|
| @@ -629,8 +624,6 @@ protected:
|
| #endif
|
|
|
| private:
|
| - void updateShapeOutsideInfoAfterStyleChange(const RenderStyle&, const RenderStyle* oldStyle);
|
| -
|
| void shrinkToFitWidth(const LayoutUnit availableSpace, const LayoutUnit logicalLeftValue, const LayoutUnit bordersPlusPadding, LogicalExtentComputedValues&) const;
|
|
|
| // Returns true if we queued up a paint invalidation.
|
|
|