commit | fe58cb25e719b4bdca784cc73a53f4dce23f8c39 | [log] [tgz] |
---|---|---|
author | Miyoung Shin <myid.shin@igalia.com> | Thu Jul 04 00:07:06 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 04 00:07:06 2019 |
tree | 4e6489b327ebc3f4a4a5244db60fbcea7dd316e3 | |
parent | 8ad03c734f9197a5a52518fc9c22c58b240a7e93 [diff] |
Replace use of std containers with WTF's equivalents in renderer/* This CL replaces the use of std::vector of std containers with WTF::Vector and blink::WebVector in renderer/*. Bug: 952716 Change-Id: I1b4dfd26d782741442391f93c2ee221dbf7b8f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687532 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#674673}
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 .