diff options
Diffstat (limited to 'include/cru/ui/render/TextRenderObject.h')
-rw-r--r-- | include/cru/ui/render/TextRenderObject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/ui/render/TextRenderObject.h b/include/cru/ui/render/TextRenderObject.h index 16aff29d..f12ac72f 100644 --- a/include/cru/ui/render/TextRenderObject.h +++ b/include/cru/ui/render/TextRenderObject.h @@ -101,6 +101,9 @@ class CRU_UI_API TextRenderObject : public RenderObject { // See remarks of this class. Size OnMeasureContent(const MeasureRequirement& requirement, const MeasureSize& preferred_size) override; + + Size OnMeasureContent1(const BoxConstraint& constraint) override; + void OnLayoutContent(const Rect& content_rect) override; private: |