Linux: Fix focus/activation handling and keyboard input (issue #1679).

This commit is contained in:
Marshall Greenblatt
2015-10-14 09:46:42 -07:00
parent fdf3088470
commit efbc200b51
4 changed files with 113 additions and 7 deletions

View File

@ -57,6 +57,12 @@ patches = [
'name': 'views_widget_180_1677',
'path': '../ui/views/widget/',
},
{
# Fix focus/activation handling and keyboard input on Linux.
# https://bitbucket.org/chromiumembedded/cef/issues/1679
'name': 'x11_desktop_handler_focus',
'path': '../',
},
{
# Allow continued use of ContentRendererClient::HandleNavigation.
# https://code.google.com/p/chromiumembedded/issues/detail?id=1129