commit | 0adcc93ed0167f6ac44e72052fe19e3416a275c3 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Jan 09 19:26:59 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 09 19:26:59 2019 |
tree | b70a1f943ebdd37497704f8ad3cde5505472fbd2 | |
parent | 4d08d22dbdc06b9f4f96ad2a52875004d6fba548 [diff] |
Remove redundant calls to PaintFlags::setAntiAlias In most of these cases we use GraphicsContext::FillFlags - which will already have the value returned by GraphicsContext::ShouldAntialias set. In the remaining case we copy the flag from the PaintFlags which we made a copy of already. Change-Id: I25fe7f578017c215cd8950aa3a74b2664bf29615 Reviewed-on: https://chromium-review.googlesource.com/c/1403456 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#621263}
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 .