mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix focus/blur handling (issue #1677)
This commit is contained in:
@@ -49,7 +49,9 @@ patches = [
|
||||
{
|
||||
# Allow specification of a parent window handle for Widget creation.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
|
||||
'name': 'views_widget_180',
|
||||
# Fix focus/blur handling on Windows.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1677
|
||||
'name': 'views_widget_180_1677',
|
||||
'path': '../ui/views/widget/',
|
||||
},
|
||||
{
|
||||
@@ -182,4 +184,11 @@ patches = [
|
||||
'name': 'hwnd_message_handler_1481',
|
||||
'path': '../ui/views/win/',
|
||||
},
|
||||
{
|
||||
# Fix focus/blur handling on Windows.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1677
|
||||
# https://codereview.chromium.org/1135063002 (reverted)
|
||||
'name': 'aura_window_1677',
|
||||
'path': '../ui/aura/',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user