mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
WebContent: Added IPC calls for getting source
This commit is contained in:
parent
a032c836c4
commit
306501fd4a
4 changed files with 10 additions and 0 deletions
|
@ -64,6 +64,7 @@ private:
|
|||
virtual void handle(const Messages::WebContentServer::AddBackingStore&) override;
|
||||
virtual void handle(const Messages::WebContentServer::RemoveBackingStore&) override;
|
||||
virtual void handle(const Messages::WebContentServer::DebugRequest&) override;
|
||||
virtual void handle(const Messages::WebContentServer::GetSource&) override;
|
||||
|
||||
void flush_pending_paint_requests();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue