aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/GeometryRenderObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/render/GeometryRenderObject.h')
-rw-r--r--include/cru/ui/render/GeometryRenderObject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cru/ui/render/GeometryRenderObject.h b/include/cru/ui/render/GeometryRenderObject.h
index 1c998ef0..2320b71b 100644
--- a/include/cru/ui/render/GeometryRenderObject.h
+++ b/include/cru/ui/render/GeometryRenderObject.h
@@ -39,8 +39,6 @@ class GeometryRenderObject : public RenderObject {
const MeasureSize& preferred_size) override;
void OnLayoutContent(const Rect& content_rect) override;
- Size OnMeasureContent1(const BoxConstraint& constraint) override;
-
private:
std::shared_ptr<platform::graphics::IGeometry> geometry_ = nullptr;
Rect view_port_{};