feat(Chromium): roll Chromium to r546920 (#2286)

This roll includes the following important CLs:
- https://crrev.com/545955 - DevTools: Update page scale immediately in InputHandler
- https://crrev.com/544446 - Make HeadlessWebContentsImpl::Close wait for the renderer to go
- https://crrev.com/546865 - DevTools(Headless): close WebContents when closed via
  'window.close'
- https://crrev.com/546685 - Headless: Add support for the --remote-debugging-pipe flag

This should drastically reduce flakiness for pptr input events.
This commit is contained in:
Andrey Lushnikov 2018-03-29 14:14:25 -07:00 committed by GitHub
parent 41d5838297
commit c6c60aa1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "543305"
"chromium_revision": "546920"
},
"devDependencies": {
"@types/debug": "0.0.30",