Remove Combobox::SetSelectedIndex Equality Early Return
No optimization comes for free. There are too many places where selected_index_ can change without going through proper property change codepaths. At this stage of the release cycle, the safest change is to revert the optimziation introduced in r656230. Bug: 1132465 Change-Id: I332435d94a63ea6b86835df34bae6d4300e154d7 Fixed: 1132244 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432810 Commit-Queue: Robert Liao <robliao@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#810897}
Showing
Please register or sign in to comment