commit | cbae617cb6ec7159c62dac1f569625bb2e1b2e5a | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Tue Nov 13 16:50:04 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 13 16:50:04 2018 |
tree | 45dd39b779082bb3ba2dbff0f7f69b141469f3d4 | |
parent | 8f5d676fcd22b50cbe316fbea1f3072a7083948a [diff] |
Slimmer SVG enumeration tables This replaces a Vector<std::pair<..., ...>> with a new SVGEnumerationMap class that wraps a list of entries (also "pairs".) The setup of the map is however not done runtime but rather compile time, saving a bunch of code footprint in the process. Change-Id: If2c77f1ebcf15dcf8fc75d6a25cacebf42401287 Reviewed-on: https://chromium-review.googlesource.com/c/1329974 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#607620}
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 .