Update libcc for electron/libchromiumcontent#285

This fixes non-client area DPI scaling on recent Windows 10 versions.
See discussion in #8786.
This commit is contained in:
Birunthan Mohanathas 2017-04-17 23:21:43 +03:00
parent 226c1c99a6
commit 4a7125d9f8

View file

@ -9,7 +9,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
'8d551064d2b3d11f89ce8d5c4610f34e0408bad8'
'4a0e32606e52c12c50c2e3a0973d015d8cdff494'
PLATFORM = {
'cygwin': 'win32',