mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 125.0.6422.0 (#1287751)
This commit is contained in:
@ -85,7 +85,6 @@ class CefFrameImpl
|
||||
void OnWasShown();
|
||||
void OnDidCommitProvisionalLoad();
|
||||
void OnDidFinishLoad();
|
||||
void OnDraggableRegionsChanged();
|
||||
void OnContextCreated(v8::Local<v8::Context> context);
|
||||
void OnContextReleased();
|
||||
void OnDetached();
|
||||
@ -93,6 +92,11 @@ class CefFrameImpl
|
||||
blink::WebLocalFrame* web_frame() const { return frame_; }
|
||||
|
||||
private:
|
||||
// Called for draggable region changes due to navigation. This is in addition
|
||||
// to the standard notifications delivered via
|
||||
// WebContentsDelegate::DraggableRegionsChanged.
|
||||
void OnDraggableRegionsChanged();
|
||||
|
||||
// Execute an action on the associated WebLocalFrame. This will queue the
|
||||
// action if the JavaScript context is not yet created.
|
||||
using LocalFrameAction =
|
||||
|
Reference in New Issue
Block a user