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. |