Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 8953040: Add overflow indicator count on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 1e4d99151ee776612c693d76f4cfe91aa49bc944..c4d559a9a0c5b02a6067e9e9a3d4f1e64750eec1 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -194,6 +194,7 @@ bool Panel::IsActive() const {
void Panel::FlashFrame() {
native_panel_->DrawAttention();
+ manager()->OnPanelAttentionStateChanged(this);
}
gfx::NativeWindow Panel::GetNativeHandle() {
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_manager.h » ('j') | chrome/browser/ui/panels/panel_overflow_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698