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

Unified Diff: ui/message_center/views/message_center_view.cc

Issue 16171010: Introduces a new scrollbar for message_center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months 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: ui/message_center/views/message_center_view.cc
diff --git a/ui/message_center/views/message_center_view.cc b/ui/message_center/views/message_center_view.cc
index 4c20b715ac0eca84f40f21f399cd18e21f2a6993..589d4980369e94c3230e808631c41367df0ef997 100644
--- a/ui/message_center/views/message_center_view.cc
+++ b/ui/message_center/views/message_center_view.cc
@@ -31,7 +31,7 @@
#include "ui/views/controls/button/label_button.h"
#include "ui/views/controls/label.h"
#include "ui/views/controls/scroll_view.h"
-#include "ui/views/controls/scrollbar/kennedy_scroll_bar.h"
+#include "ui/views/controls/scrollbar/overlay_scroll_bar.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/layout/grid_layout.h"
#include "ui/views/painter.h"
@@ -306,7 +306,7 @@ BoundedScrollView::BoundedScrollView(int min_height, int max_height)
if (IsRichNotificationEnabled()) {
set_background(views::Background::CreateSolidBackground(
kMessageCenterBackgroundColor));
- SetVerticalScrollBar(new views::KennedyScrollBar(false));
+ SetVerticalScrollBar(new views::OverlayScrollBar(false));
}
}
« no previous file with comments | « no previous file | ui/message_center/views/notifier_settings_view.cc » ('j') | ui/views/controls/scrollbar/scroll_bar.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698