commit | b3731211b6940278d80b438d55c82d22c36506aa | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Thu Jan 05 19:52:09 2023 +0000 |
committer | Nolan Scobie <nscobie@google.com> | Wed Jan 11 15:44:22 2023 +0000 |
tree | e212b5a4fb4ef0a843e8b67c84c03ec9bc6275d5 | |
parent | 9882b54f7592c78925f97506d0e627791a08c28e [diff] |
Replace SkDeque with std::deque in SkiaCanvas SkDeque is private to Skia and the std library one should be sufficient. This change was started by kjlubick@ and continued by nscobie@. Test: existing presubmits (functionality unchanged) Change-Id: I60751aa77337c1601428d00d3ba4bc4b8ccb67a9