fix an instance of bugprone-argument-comment
This new clang-tidy check complains when param names /*in_comments=*/ don't match up with the actual parameter name they're being passed to. Sometimes this is benign, other times, actual bugs are found. Since callees and the definition used `quad_layer_rect` here, flip the decl to use that, too. Bug: 1136209 Change-Id: Ifb6a7e11d2816f1d05f5403b77af8382e605467b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458892Reviewed-by:Jonathan Backer <backer@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#816618}
Showing
Please register or sign in to comment