Update libcc for electron/libchromiumcontent#285
authorBirunthan Mohanathas <birunthan@mohanathas.com>
Mon, 17 Apr 2017 20:21:43 +0000 (23:21 +0300)
committerBirunthan Mohanathas <birunthan@mohanathas.com>
Tue, 18 Apr 2017 08:11:26 +0000 (11:11 +0300)
This fixes non-client area DPI scaling on recent Windows 10 versions.
See discussion in #8786.

script/lib/config.py

index d033d8a..5818571 100644 (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',