commit | ee9188fc71ffc068df4a6a990f7278af5706641b | [log] [tgz] |
---|---|---|
author | bratell <bratell@opera.com> | Thu May 11 14:31:15 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 11 14:31:15 2017 |
tree | c4fa85c94a1aabb6a1062281c243bfac2c345de7 | |
parent | 31a646c7268cb0957b681ede8332da9bdc513bd2 [diff] |
Merged all PointerToId functions into TraceHelper::PointerToString. There are many places in scheduler/renderer that need to make a string out of a pointer for tracing purposes. This creates a shared function for them. This was noticed while experimenting with jumbo builds which can not handle reused symbol names in the global or global anonymous scope. Review-Url: https://codereview.chromium.org/2837323002 Cr-Commit-Position: refs/heads/master@{#470948}