commit | ae9ed7cd9f5f227f5945b54384465f7214e9ccb8 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri May 03 14:21:13 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 03 14:21:13 2019 |
tree | 41f86d000426ab0f41c697889f3214e762301adf | |
parent | eda1de831cb71479bce62e3967bc13a43bd5ff79 [diff] |
[jumbo] Rename one of the HasAlpha functions in DXGI code In jumbo builds many files are compiled together in the same translation unit, and there share the same anonymous namespace. By copying functions from gl_image_dxgi.cc into gl_image_gxgi_swap_chain.cc without changing the function names jumbo builds got collisions between two HasAlpha and two SupportedBindFormat. Since they are also slightly modified, reusing the function is not a direction option so this renames the new set of functions by adding a SwapChain prefix. TBR=piman@chromium.org,ashithasantosh@google.com Bug: 939655 Change-Id: I3190aa8cbb3c87b0be8be821298a67906be0abd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594581 Reviewed-by: Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#656372}
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 .