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 b5294956bf
commit 11807d5951
3 changed files with 113 additions and 1 deletions

View File

@@ -54,6 +54,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