mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Move clip_frames from public to private in ViewportPaintable
This commit is contained in:
parent
47b512ec56
commit
e816a92dfe
Notes:
github-actions[bot]
2025-11-19 17:19:07 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: e816a92dfe
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6865
Reviewed-by: https://github.com/gmta ✅
2 changed files with 6 additions and 6 deletions
|
|
@ -27,7 +27,6 @@ public:
|
|||
void assign_scroll_frames();
|
||||
void refresh_scroll_state();
|
||||
|
||||
HashMap<GC::Ptr<PaintableBox const>, RefPtr<ClipFrame>> clip_state;
|
||||
void assign_clip_frames();
|
||||
|
||||
void resolve_paint_only_properties();
|
||||
|
|
@ -53,6 +52,7 @@ private:
|
|||
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
HashMap<GC::Ptr<PaintableBox const>, RefPtr<ClipFrame>> m_clip_state;
|
||||
ScrollState m_scroll_state;
|
||||
bool m_needs_to_refresh_scroll_state { true };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue