mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Add PageClient::palette() for view-agnostic palette access
This commit is contained in:
parent
e58a13e3f6
commit
2ad1c2d959
Notes:
sideshowbarker
2024-07-19 05:35:26 +09:00
Author: https://github.com/awesomekling
Commit: 2ad1c2d959
4 changed files with 5 additions and 3 deletions
|
@ -91,6 +91,7 @@ private:
|
|||
virtual void did_scroll() override;
|
||||
|
||||
// ^Web::PageClient
|
||||
virtual Gfx::Palette palette() const override { return GUI::ScrollableWidget::palette(); }
|
||||
virtual void page_did_change_title(const String&) override;
|
||||
virtual void page_did_set_document_in_main_frame(Document*) override;
|
||||
virtual void page_did_start_loading(const URL&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue