Introduced const correctness in ViewAccessibility::Next/PreviousFocus methods
Once a getter method is not marked const, it could force other parts of the codebase to drop const as well, requiring a larger refactoring to fix in the future. Also took the opportunity to add a comment describing the related member variables and clarify some other comments. Split out from a larger patch dealing with ignored Views. AX-Relnotes: n/a. TBR=aleventhal@chromium.org, dmazzoni@chromium.org Change-Id: Ic7c4f6d38f83ef2a22401b0edd342cef5f61c58c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581220Reviewed-by:Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#835348}
Showing
Please register or sign in to comment