diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-07 17:12:42 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-07 17:12:42 +0200 |
commit | d93bf7834650708e5445ac12b83936e4c4c1e5ed (patch) | |
tree | 262f28c9ec71ab8c8ba083997c42aae1fe6c5bb5 /Libraries/LibWeb/Layout/LayoutBlock.cpp | |
parent | 3ae3729b4e61f1d1e83b045dd273274c56120737 (diff) | |
download | serenity-d93bf7834650708e5445ac12b83936e4c4c1e5ed.zip |
LibWeb: Fix broken paint invalidation after subframe changes
Now that PageView actually respects the invalidation rect provided by
the layout system, it turns out we were invalidating too little.
Unfortunately, this is not really fixable until the initial containing
block starts having the right size (same as viewport), but that will
require a bunch of work to make overflow work again. So it's a FIXME
for now, and we'll return to this.
Diffstat (limited to 'Libraries/LibWeb/Layout/LayoutBlock.cpp')
0 files changed, 0 insertions, 0 deletions