Fix appearance of disabled VectorIconButtons.
Ironically, removing OnEnabledChanged() fixes this bug. Not calling through to the parent class's implementation was problematic, but it turns out that handling changes to the enable state isn't necessary anyway since that's done with the state parameter of ImageButton::SetImage(). BUG=645353 Review-Url: https://codereview.chromium.org/2340503002 Cr-Commit-Position: refs/heads/master@{#418431}
Showing
Please register or sign in to comment