mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
LibWeb: Convert LayoutState to new pixel units
This commit is contained in:
parent
76047d1932
commit
c70dcaefcd
10 changed files with 179 additions and 179 deletions
|
@ -833,7 +833,7 @@ void Document::update_layout()
|
|||
if (!browsing_context())
|
||||
return;
|
||||
|
||||
auto viewport_rect = browsing_context()->viewport_rect().to_type<float>();
|
||||
auto viewport_rect = browsing_context()->viewport_rect();
|
||||
|
||||
if (!m_layout_root) {
|
||||
m_next_layout_node_serial_id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue