mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
endpoint WebContentClient = 90
|
|
{
|
|
DidFinishLoad(URL url) =|
|
|
DidPaint(Gfx::IntRect content_rect, i32 shbuf_id) =|
|
|
DidInvalidateContentRect(Gfx::IntRect content_rect) =|
|
|
DidChangeSelection() =|
|
|
}
|