Chromium Code Reviews| Index: chrome/browser/ui/panels/panel.cc |
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc |
| index 8af6c4066efcc2ec3d0e91d20f60b4ee51179b08..040ee38d61e65bc06ea993cf81bf4e0a0a6e6d24 100644 |
| --- a/chrome/browser/ui/panels/panel.cc |
| +++ b/chrome/browser/ui/panels/panel.cc |
| @@ -193,6 +193,7 @@ bool Panel::IsActive() const { |
| void Panel::FlashFrame() { |
| native_panel_->DrawAttention(); |
| + manager()->OnPanelAttentionStateChanged(this); |
|
jennb
2011/12/19 22:24:50
Instead of everything going through the panel mana
jianli
2011/12/20 01:20:41
Per discussion, we leave it as it is. We will refa
|
| } |
| gfx::NativeWindow Panel::GetNativeHandle() { |