Skip to content

Commit

Permalink
feat: fix mismatch method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Feb 1, 2025
1 parent 23cc785 commit 573285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/handler/CCefClientDelegate_RenderHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ CCefClientDelegate::onPaint(CefRefPtr<CefBrowser>& browser,

#if CEF_VERSION_MAJOR < 124
void
CCefClientDelegate::onAcceleratedPaint(CefRefPtr<CefBrowser> browser,
CCefClientDelegate::onAcceleratedPaint(CefRefPtr<CefBrowser>& browser,
CefRenderHandler::PaintElementType type,
const CefRenderHandler::RectList& dirtyRects,
void* shared_handle)
Expand Down

0 comments on commit 573285e

Please sign in to comment.