mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
Meta+Userland: Pass Gfx::IntSize by value
Just two ints like Gfx::IntPoint.
This commit is contained in:
@@ -345,7 +345,7 @@ void BrowsingContext::set_viewport_rect(Gfx::IntRect const& rect)
|
||||
HTML::main_thread_event_loop().schedule();
|
||||
}
|
||||
|
||||
void BrowsingContext::set_size(Gfx::IntSize const& size)
|
||||
void BrowsingContext::set_size(Gfx::IntSize size)
|
||||
{
|
||||
if (m_size == size)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user