Skip to content

Commit 1770317

Browse files
S1artiemagreenblatt
authored andcommitted
Update to CEF 132.3.1+g144febe+chromium-132.0.6834.83
1 parent 7e0ef9d commit 1770317

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ set_property(GLOBAL PROPERTY OS_FOLDERS ON)
130130

131131
# Specify the CEF distribution version.
132132
if(NOT DEFINED CEF_VERSION)
133-
set(CEF_VERSION "130.1.9+gfc42567+chromium-130.0.6723.70")
133+
set(CEF_VERSION "132.3.1+g144febe+chromium-132.0.6834.83")
134134
endif()
135135

136136
# Determine the platform.

native/life_span_handler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ LifeSpanHandler::LifeSpanHandler(JNIEnv* env, jobject handler)
1414
// TODO(JCEF): Expose all parameters.
1515
bool LifeSpanHandler::OnBeforePopup(CefRefPtr<CefBrowser> browser,
1616
CefRefPtr<CefFrame> frame,
17+
int popup_id,
1718
const CefString& target_url,
1819
const CefString& target_frame_name,
1920
WindowOpenDisposition target_disposition,

native/life_span_handler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class LifeSpanHandler : public CefLifeSpanHandler {
2222
// CefLifeSpanHandler methods:
2323
virtual bool OnBeforePopup(CefRefPtr<CefBrowser> browser,
2424
CefRefPtr<CefFrame> frame,
25+
int popup_id,
2526
const CefString& target_url,
2627
const CefString& target_frame_name,
2728
WindowOpenDisposition target_disposition,

0 commit comments

Comments
 (0)