mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 10:45:07 +00:00
7 lines
209 B
Text
7 lines
209 B
Text
endpoint WebContentClient = 90
|
|
{
|
|
DidFinishLoad(URL url) =|
|
|
DidPaint(Gfx::IntRect content_rect, i32 shbuf_id) =|
|
|
DidInvalidateContentRect(Gfx::IntRect content_rect) =|
|
|
DidChangeSelection() =|
|
|
}
|