Windows: Fix focus/blur handling (issue #1677)

This commit is contained in:
Marshall Greenblatt
2015-08-04 13:53:59 -04:00
parent 5f0720e096
commit 3010ee1ce6
3 changed files with 49 additions and 3 deletions

View File

@@ -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/',
},
]