mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 18:40:00 +00:00
LibWeb: Refactor int types in WebContentServer to DevicePixels
This commit is contained in:
parent
8730e56f62
commit
c069ab1ca0
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/bplaat
Commit: c069ab1ca0
Pull-request: https://github.com/SerenityOS/serenity/pull/22283
Reviewed-by: https://github.com/kalenikaliaksandr ✅
18 changed files with 169 additions and 69 deletions
|
|
@ -84,7 +84,7 @@ private:
|
|||
// ^WebView::ViewImplementation
|
||||
virtual void create_client() override;
|
||||
virtual void update_zoom() override;
|
||||
virtual Gfx::IntRect viewport_rect() const override;
|
||||
virtual Web::DevicePixelRect viewport_rect() const override;
|
||||
virtual Gfx::IntPoint to_content_position(Gfx::IntPoint widget_position) const override;
|
||||
virtual Gfx::IntPoint to_widget_position(Gfx::IntPoint content_position) const override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue