commit | 0781150b862721e58fac33a2b7f0ef8c4e734d0a | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Nov 13 16:05:20 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 13 16:05:20 2018 |
tree | c452134a3213db5797cb5f538e2ed6a22d6c57ba | |
parent | 5c64a812b452a0bb8a890fe0e425a16283a02d1f [diff] |
[ppapi] Merged two identical interface_name In jumbo build experiments, two cc files both defined interface_name<PPB_InputEvent_1_0>() which clashed since in jumbo builds many cc files are compiled in the same translation unit. This moves the shared code to a shared file. Bug: 898475 Change-Id: I9ce58e837d663cb5c15ba2596c22812a41def4c0 Reviewed-on: https://chromium-review.googlesource.com/c/1297148 Reviewed-by: Bill Budge <bbudge@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Sam Clegg <sbc@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#607601}
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 .