Windows: Fix multiple handling of WM_MOUSEWHEEL messages (issue #1481)

This commit is contained in:
Marshall Greenblatt
2015-07-31 14:45:31 -04:00
parent 84c7b0ad8a
commit 96e116de9e
2 changed files with 25 additions and 0 deletions

View File

@@ -176,4 +176,10 @@ patches = [
'name': 'process_title_1639',
'path': '../content/common/',
},
{
# Fix multiple handling of WM_MOUSEWHEEL messages on Windows.
# https://bitbucket.org/chromiumembedded/cef/issues/1481
'name': 'hwnd_message_handler_1481',
'path': '../ui/views/win/',
},
]