| Index: sky/engine/core/rendering/RenderReplaced.h
|
| diff --git a/sky/engine/core/rendering/RenderReplaced.h b/sky/engine/core/rendering/RenderReplaced.h
|
| index 8074fa53ee8f27cd8e7645b7d69e19b36dbd1709..788b9e1b462f3c2d58cd7c294ceb52d63673b144 100644
|
| --- a/sky/engine/core/rendering/RenderReplaced.h
|
| +++ b/sky/engine/core/rendering/RenderReplaced.h
|
| @@ -82,7 +82,6 @@ private:
|
|
|
| virtual bool canBeSelectionLeaf() const override { return true; }
|
|
|
| - virtual LayoutRect selectionRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, bool clipToVisibleContent = true) override final;
|
| void computeAspectRatioInformationForRenderBox(FloatSize& constrainedSize, double& intrinsicRatio) const;
|
|
|
| mutable LayoutSize m_intrinsicSize;
|
|
|