Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix painting issue with maximize button in aura.
Fix invalid transition in custom_button.cc When the mouse is released on a custom button, the state is set to BS_NORMAL if the hit test fails. The following two transitions should have the same final effect. BS_PRESSED -> BS_HOT -> BS_NORMAL BS_PRESSED -> BS_NORMAL Review URL: http://codereview.chromium.org/8437003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108671 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information