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

Unified Diff: chrome/browser/chromeos/notifications/notification_panel.cc

Issue 8528014: Remove use_only_pure_views flag (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « build/common.gypi ('k') | views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/notifications/notification_panel.cc
diff --git a/chrome/browser/chromeos/notifications/notification_panel.cc b/chrome/browser/chromeos/notifications/notification_panel.cc
index 4a9610494ebb2ce5de469819f6e8ff2da42ed7c8..2b6b62f290a8ce053fd3c378a59bc31b00714603 100644
--- a/chrome/browser/chromeos/notifications/notification_panel.cc
+++ b/chrome/browser/chromeos/notifications/notification_panel.cc
@@ -459,7 +459,7 @@ void NotificationPanel::Show() {
panel_widget_->SetContentsView(scroll_view_.get());
-#if defined(USE_ONLY_PURE_VIEWS)
+#if defined(USE_AURA) || defined(TOUCH_UI)
native->AttachToView(balloon_container_.get());
#else
// Add the view port after scroll_view is attached to the panel widget.
« no previous file with comments | « build/common.gypi ('k') | views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698