commit | abc05e02599c0aa1ad88da9940619f57d887d77c | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Feb 27 16:05:49 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 27 16:05:49 2018 |
tree | 4b6195fd8beb6d9c9a8337fe0ad2ed87230ed5e1 | |
parent | 5bbc915b63923f6e2e32d068768ab087dc5ccf16 [diff] |
Fix broken forward declaration that introduced a clashing namespace A forward declaration claimed there was a ::viz::cc:CompositorFrame class, and that introduction of a namespace ::viz::cc caused confusion with the ::cc namespace and compilation errors in some jumbo build configurations. The real CompositorFrame is in viz::CompositorFrame so fixing the forward declaration also removed the namespace clash. Change-Id: I1cd4fe729591855172f5a07aca2e2c7f3e8db9fa Reviewed-on: https://chromium-review.googlesource.com/939390 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#539441}
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 .