mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibGfx: Unpublish FloatPoint from the global namespace
This commit is contained in:
parent
5c2028db24
commit
8bb75084fd
Notes:
sideshowbarker
2024-07-19 09:34:20 +09:00
Author: https://github.com/awesomekling
Commit: 8bb75084fd
5 changed files with 5 additions and 7 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
float width() const { return rect().width(); }
|
||||
float height() const { return rect().height(); }
|
||||
Gfx::FloatSize size() const { return rect().size(); }
|
||||
FloatPoint position() const { return rect().location(); }
|
||||
Gfx::FloatPoint position() const { return rect().location(); }
|
||||
|
||||
virtual HitTestResult hit_test(const Gfx::Point& position) const override;
|
||||
virtual void set_needs_display() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue