Mac: Add work-around for windowless flash plugins do not get keyboard input in text fields (issue #477).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/963@465 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-01-13 21:55:24 +00:00
parent 589ec0a4e3
commit c028cc796e
3 changed files with 40 additions and 3 deletions

View File

@@ -37,4 +37,10 @@ patches = [
'path': '../third_party/WebKit/Source/WebCore/',
'condition': 'CEF_SPI_BUILD',
},
{
# http://code.google.com/p/chromiumembedded/issues/detail?id=477
'name': 'spi_npapi_477',
'path': '../webkit/plugins/npapi/',
'condition': 'CEF_SPI_BUILD',
},
]