Update to Chromium revision 237081.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1532 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-11-25 23:04:25 +00:00
parent 777e3c440e
commit 3d218e4442
11 changed files with 81 additions and 32 deletions

View File

@@ -52,6 +52,12 @@ patches = [
'name': 'underlay_1051',
'path': '../ui/base/cocoa/',
},
{
# Fix compile error when building without aura support on Windows.
# https://codereview.chromium.org/86313003/
'name': 'webplugin_win',
'path': '../content/child/npapi/',
},
{
# Disable scollbar bounce and overlay on OS X.
# http://code.google.com/p/chromiumembedded/issues/detail?id=364