Remove negation in srgb image naming
Right now, there is a name contains_non_srgb_images that is used a handful of times. The negative "non" complicates things when we have to !contains_non_srgb_images. This CL changes the name to contains_only_srgb_images and inverts the behavior that depends on it. Bug: 955158 Change-Id: I60799094a3f1aea2ffe9cfa58f7f396eb61d1c4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055407Reviewed-by:Khushal <khushalsagar@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#741197}
Showing
Please register or sign in to comment