Tag 13700 API version

This commit is contained in:
Marshall Greenblatt
2025-05-07 13:25:44 -04:00
parent 8b09ea4324
commit ad4fa9cf24
4 changed files with 12 additions and 6 deletions

View File

@@ -864,7 +864,7 @@ bool ClientHandler::OnCursorChange(CefRefPtr<CefBrowser> browser,
return mouse_cursor_change_disabled_;
}
#if CEF_API_ADDED(CEF_NEXT)
#if CEF_API_ADDED(13700)
bool ClientHandler::OnContentsBoundsChange(CefRefPtr<CefBrowser> browser,
const CefRect& new_bounds) {
CEF_REQUIRE_UI_THREAD();