mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 72.0.3599.0 (#604791)
This commit is contained in:
@@ -56,7 +56,8 @@ bool CefMenuRunnerMac::RunContextMenu(
|
||||
atLocation:screen_position
|
||||
inView:nil];
|
||||
} else {
|
||||
NSView* parent_view = browser->web_contents()->GetContentNativeView();
|
||||
NSView* parent_view =
|
||||
browser->web_contents()->GetContentNativeView().GetNativeNSView();
|
||||
|
||||
// Synthesize an event for the click, as there is no certainty that
|
||||
// [NSApp currentEvent] will return a valid event.
|
||||
|
Reference in New Issue
Block a user