mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-24 11:11:51 +00:00
Libraries: Unbreak building with extra debug macros
This commit is contained in:
parent
081bb29626
commit
d8e22fedc3
Notes:
sideshowbarker
2024-07-19 03:02:23 +09:00
Author: https://github.com/BenWiederhake
Commit: d8e22fedc3
Pull-request: https://github.com/SerenityOS/serenity/pull/3314
8 changed files with 23 additions and 17 deletions
|
@ -109,7 +109,7 @@ void OutOfProcessWebView::notify_server_did_paint(Badge<WebContentClient>, i32 s
|
|||
void OutOfProcessWebView::notify_server_did_invalidate_content_rect(Badge<WebContentClient>, [[maybe_unused]] const Gfx::IntRect& content_rect)
|
||||
{
|
||||
#ifdef DEBUG_SPAM
|
||||
dbg() << "server did invalidate content_rect: " << content_rect << ", current shbuf_id=" << m_bitmap->shbuf_id();
|
||||
dbg() << "server did invalidate content_rect: " << content_rect << ", current front_shbuf_id=" << m_front_bitmap->shbuf_id() << ", current back_shbuf_id=" << m_back_bitmap->shbuf_id();
|
||||
#endif
|
||||
request_repaint();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue