mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 22:35:06 +00:00
Ladybird+LibWebView: Move APIs which only repaint to LibWebView
We can easily add hooks to notify the browsers of these events if any implementation-specific handling is needed in the future, but for now, these only repaint the client, which we can do in ViewImplementation.
This commit is contained in:
parent
ea7e1b5f53
commit
682a5f9b70
10 changed files with 14 additions and 42 deletions
|
@ -112,16 +112,6 @@ void WebViewBridge::notify_server_did_layout(Badge<WebView::WebContentClient>, G
|
|||
}
|
||||
}
|
||||
|
||||
void WebViewBridge::notify_server_did_invalidate_content_rect(Badge<WebView::WebContentClient>, Gfx::IntRect const&)
|
||||
{
|
||||
request_repaint();
|
||||
}
|
||||
|
||||
void WebViewBridge::notify_server_did_change_selection(Badge<WebView::WebContentClient>)
|
||||
{
|
||||
request_repaint();
|
||||
}
|
||||
|
||||
void WebViewBridge::notify_server_did_request_cursor_change(Badge<WebView::WebContentClient>, Gfx::StandardCursor cursor)
|
||||
{
|
||||
if (on_cursor_change)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue