mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Rename NestedBrowsingContextP => NavigableContainerViewportP
...where P is for Paintable :^)
This commit is contained in:
parent
11d966f3ba
commit
dd7623eb30
Notes:
github-actions[bot]
2024-11-26 17:59:29 +00:00
Author: https://github.com/awesomekling
Commit: dd7623eb30
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2592
7 changed files with 27 additions and 27 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Layout/NavigableContainerViewport.h>
|
||||
#include <LibWeb/Layout/Viewport.h>
|
||||
#include <LibWeb/Painting/NestedBrowsingContextPaintable.h>
|
||||
#include <LibWeb/Painting/NavigableContainerViewportPaintable.h>
|
||||
|
||||
namespace Web::Layout {
|
||||
|
||||
|
@ -37,7 +37,7 @@ void NavigableContainerViewport::did_set_content_size()
|
|||
|
||||
GC::Ptr<Painting::Paintable> NavigableContainerViewport::create_paintable() const
|
||||
{
|
||||
return Painting::NestedBrowsingContextPaintable::create(*this);
|
||||
return Painting::NavigableContainerViewportPaintable::create(*this);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue