fix: system-context-menu should only fire in draggable regions (#45893)

fix: system-context-menu should only fire in draggable regions
This commit is contained in:
Shelley Vohr 2025-03-12 13:47:58 +01:00 committed by GitHub
parent 6bc7bde229
commit 5ce41bac8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 72 additions and 15 deletions

View file

@ -14,7 +14,7 @@ This patch likely can't be upstreamed as-is, as Chromium doesn't have
this use case in mind currently.
diff --git a/ui/views/win/hwnd_message_handler.cc b/ui/views/win/hwnd_message_handler.cc
index e061dc5e64fde1a9c531dbedae0c137105700ac7..3d0cc571b471bb79d845f8b0a1da168ace33bb6b 100644
index d68fd93d4cb912b9b27d3a7cdfecc6faf638b91e..22ed43bdf4dbaccc598135807abc8383c52db50e 100644
--- a/ui/views/win/hwnd_message_handler.cc
+++ b/ui/views/win/hwnd_message_handler.cc
@@ -934,13 +934,13 @@ void HWNDMessageHandler::FrameTypeChanged() {