diff options
Diffstat (limited to 'include/cru/ui/render/TextRenderObject.h')
| -rw-r--r-- | include/cru/ui/render/TextRenderObject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cru/ui/render/TextRenderObject.h b/include/cru/ui/render/TextRenderObject.h index 19ff800a..28d674aa 100644 --- a/include/cru/ui/render/TextRenderObject.h +++ b/include/cru/ui/render/TextRenderObject.h @@ -94,8 +94,6 @@ class CRU_UI_API TextRenderObject : public RenderObject { Size OnMeasureContent(const MeasureRequirement& requirement, const MeasureSize& preferred_size) override; - Size OnMeasureContent1(const BoxConstraint& constraint) override; - void OnLayoutContent(const Rect& content_rect) override; private: |
