| Index: chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.mm
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.mm b/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.mm
|
| index 7744bb49a0296acece4b5f5ced53c0f9f3eecb58..8425bff094b5a31986150c050c51aebfa61fcc5b 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.mm
|
| +++ b/chrome/browser/ui/cocoa/toolbar/wrench_toolbar_button_cell.mm
|
| @@ -61,8 +61,9 @@ class WrenchIconPainterDelegateMac : public WrenchIconPainter::Delegate {
|
| [self drawFocusRingWithFrame:cellFrame inView:controlView];
|
| }
|
|
|
| -- (void)setSeverity:(WrenchIconPainter::Severity)severity {
|
| - wrenchIconPainter_->SetSeverity(severity);
|
| +- (void)setSeverity:(WrenchIconPainter::Severity)severity
|
| + shouldAnimate:(BOOL)shouldAnimate {
|
| + wrenchIconPainter_->SetSeverity(severity, shouldAnimate);
|
| }
|
|
|
| - (void)commonInit {
|
|
|