aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc
blob: 0066af0e5bc41ebad597b93010c2d6e97c72ccbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/renderer_host/render_widget_host_view_event_handler.cc.orig	2024-01-30 07:53:34 UTC
+++ content/browser/renderer_host/render_widget_host_view_event_handler.cc
@@ -599,7 +599,7 @@ bool RenderWidgetHostViewEventHandler::CanRendererHand
   if (event->type() == ui::ET_MOUSE_EXITED) {
     if (mouse_locked || selection_popup)
       return false;
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
     // Don't forward the mouse leave message which is received when the context
     // menu is displayed by the page. This confuses the page and causes state
     // changes.