diff options
author | Oriol Brufau <obrufau@igalia.com> | 2024-08-27 15:43:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 13:43:50 +0000 |
commit | dbd0a79b3e45b60a29d26c0af20297ab260f2a8b (patch) | |
tree | 2d36afc3666db1180f90b714784a1b017cc434ee /components/shared/script_layout | |
parent | 253723409022546475240b04843ed19ad321d847 (diff) | |
download | servo-dbd0a79b3e45b60a29d26c0af20297ab260f2a8b.tar.gz servo-dbd0a79b3e45b60a29d26c0af20297ab260f2a8b.zip |
Allow caching `IndependentFormattingContext::inline_content_sizes()` (#33207)
For non-replaced formatting contexts, this method redirected directly to
`NonReplacedFormattingContextContents::inline_content_sizes()`, which
has the actual logic for the computation.
Thus it was bypassing the cache, which is handled in
`NonReplacedFormattingContext::inline_content_sizes()`.
Therefore, this patch redirects to the latter.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/shared/script_layout')
0 files changed, 0 insertions, 0 deletions