Index: ui/views/controls/button/custom_button.cc |
diff --git a/ui/views/controls/button/custom_button.cc b/ui/views/controls/button/custom_button.cc |
index aafbf2d65a63aa32810d6da8d352f9bf1663f8af..71a3be51d3cd60ae69b384cf22659bd26ea223bb 100644 |
--- a/ui/views/controls/button/custom_button.cc |
+++ b/ui/views/controls/button/custom_button.cc |
@@ -284,6 +284,7 @@ void CustomButton::OnDragDone() { |
// (since disabled buttons may still be able to be dragged). |
if (state_ != STATE_DISABLED) |
SetState(STATE_NORMAL); |
+ Button::OnDragDone(); |
} |
void CustomButton::GetAccessibleState(ui::AXViewState* state) { |