Chromium Code Reviews| Index: chrome/browser/chromeos/notifications/notification_panel.cc |
| =================================================================== |
| --- chrome/browser/chromeos/notifications/notification_panel.cc (revision 97846) |
| +++ chrome/browser/chromeos/notifications/notification_panel.cc (working copy) |
| @@ -651,7 +651,6 @@ |
| void NotificationPanel::OnMouseMotion(const gfx::Point& point) { |
| SetActiveView(balloon_container_->FindBalloonView(point)); |
|
oshima
2011/08/26 18:17:46
Can you add comment that this used to set the stat
dgozman
2011/08/29 07:03:17
Done.
|
| - SET_STATE(KEEP_SIZE); |
| // We need to set the focus to scroll view to get mouse wheel |
| // working. Setting focus when mouse moves on the panel |
| // because focus may be taken by other view. |