commit | df9f8d87abe15ed4d2e96f07565bc7202c5831f3 | [log] [tgz] |
---|---|---|
author | Jonathan Ross <jonross@chromium.org> | Thu Nov 29 21:47:25 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 29 21:47:25 2018 |
tree | 711326acec0c814e8eb0803e5d9ee78eaa438522 | |
parent | dfe266e269441ae61b64272e5550d44a2c3f7faf [diff] |
Reduce DelegatedFrameHost NOTIMPLEMENTED Calls RenderWidgetHostViewMac explicitly sets NeedsBeginFrames upon startup. This was setup to address some race condition. However this is not handled by the browser process when Viz Display Compositor is enabled. DelegatedFrameHost is spamming debug logs with NOTIMPLEMENTED messages as a result. All other paths to this is already checking the Viz status and not calling in. Once Viz has launched we'll remove this legacy path. This change updates RenderWidgetHostViewMac to not explicitly set NeedsBeginFrames upon startup when Viz Display Compositor is enabled. Bug: 907246 Change-Id: I9a584c4bedcdb1da897f8155eb151ff63ef3c8b2 Reviewed-on: https://chromium-review.googlesource.com/c/1355479 Reviewed-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: ccameron <ccameron@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#612386}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .