Update to Chromium version 41.0.2272.76.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2045 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2015-03-04 18:56:54 +00:00
parent 56fd0d61e4
commit a81c953d39
9 changed files with 35 additions and 17 deletions

View File

@@ -126,6 +126,12 @@ patches = [
'name': 'base_atomicops_455263',
'path': '../base/allocator/',
},
{
# Fix a compile error due to an artifact left behind by
# https://code.google.com/p/chromium/issues/detail?id=426520#c20
'name': 'webkit_progresstracker_426510',
'path': '../third_party/WebKit/Source/core/loader/',
},
{
# Disable scollbar bounce and overlay on OS X.
# http://code.google.com/p/chromiumembedded/issues/detail?id=364