Merge pull request #9219 from electron/update-libcc-dpi-scaling

Update libcc for electron/libchromiumcontent#285
This commit is contained in:
Birunthan Mohanathas 2017-04-18 15:13:03 +03:00 committed by GitHub
commit 4d9977dac1
3 changed files with 3 additions and 1 deletions

View file

@ -172,6 +172,7 @@ std::string AtomBrowserClient::GetApplicationLocale() {
}
void AtomBrowserClient::OverrideSiteInstanceForNavigation(
content::RenderFrameHost* render_frame_host,
content::BrowserContext* browser_context,
content::SiteInstance* current_instance,
const GURL& url,

View file

@ -54,6 +54,7 @@ class AtomBrowserClient : public brightray::BrowserClient,
content::WebPreferences* prefs) override;
std::string GetApplicationLocale() override;
void OverrideSiteInstanceForNavigation(
content::RenderFrameHost* render_frame_host,
content::BrowserContext* browser_context,
content::SiteInstance* current_instance,
const GURL& dest_url,

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',