diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-22 16:55:53 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-22 16:55:53 +0800 |
| commit | 7ce185d5a3fcfad8c8f746f95f3d50a8829faac4 (patch) | |
| tree | c1f00529a1286748836332b62ae79404b3a83f36 /include/cru/ui/render/TextRenderObject.h | |
| parent | d97c14a922b60e89a9892e519b95b7e793aff543 (diff) | |
| download | cru-7ce185d5a3fcfad8c8f746f95f3d50a8829faac4.tar.gz cru-7ce185d5a3fcfad8c8f746f95f3d50a8829faac4.tar.bz2 cru-7ce185d5a3fcfad8c8f746f95f3d50a8829faac4.zip | |
Clean codes. Remove Measure1.
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: |
