mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 126.0.6478.0 (#1300313)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
diff --git content/app_shim_remote_cocoa/render_widget_host_view_cocoa.mm content/app_shim_remote_cocoa/render_widget_host_view_cocoa.mm
|
||||
index 0c9e9a86a0242..dc80361d0c9a0 100644
|
||||
index 1cb6eb60ef419..b0bdc60cebc0d 100644
|
||||
--- content/app_shim_remote_cocoa/render_widget_host_view_cocoa.mm
|
||||
+++ content/app_shim_remote_cocoa/render_widget_host_view_cocoa.mm
|
||||
@@ -165,6 +165,13 @@ void ExtractUnderlines(NSAttributedString* string,
|
||||
@@ -166,6 +166,13 @@ void ExtractUnderlines(NSAttributedString* string,
|
||||
|
||||
// RenderWidgetHostViewCocoa ---------------------------------------------------
|
||||
|
||||
@@ -16,7 +16,7 @@ index 0c9e9a86a0242..dc80361d0c9a0 100644
|
||||
// Private methods:
|
||||
@interface RenderWidgetHostViewCocoa ()
|
||||
|
||||
@@ -750,6 +757,14 @@ void ExtractUnderlines(NSAttributedString* string,
|
||||
@@ -762,6 +769,15 @@ void ExtractUnderlines(NSAttributedString* string,
|
||||
}
|
||||
|
||||
- (BOOL)acceptsFirstMouse:(NSEvent*)theEvent {
|
||||
@@ -28,6 +28,7 @@ index 0c9e9a86a0242..dc80361d0c9a0 100644
|
||||
+ return NO;
|
||||
+ }
|
||||
+ }
|
||||
return [self acceptsMouseEventsWhenInactive];
|
||||
+
|
||||
// Enable "click-through" if mouse clicks are accepted in inactive windows
|
||||
return [self acceptsMouseEventsOption] > kAcceptMouseEventsInActiveWindow;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user