commit | eb5dcdedd067d2dc7c993687adcbb5d1649b76b1 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Oct 25 08:39:50 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 25 08:39:50 2018 |
tree | 9875c9503384bb9978e3eca919ae131182519eca | |
parent | a98876c5758525d75e301df5b06f173df6a309fe [diff] |
[ppapi] Merged three RunCallback methods doing the same thing In jumbo build experiments, the different RunCallback functions ended up in the same translation unit and thus the same anonymous namespace where the symbols clashed. Since they, and VideoDecoderResource::RunCallbackWithError had the same implementation, this merges the functions into a shared SafeRunCallback. Bug: 898475 Change-Id: I3ee20972794d3c6ef73e49882e1ceba24c487e19 Reviewed-on: https://chromium-review.googlesource.com/c/1297427 Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#602646}
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 .