Commit 3382f120 authored by Andre Le's avatar Andre Le Committed by Commit Bot

Ash Notification: Add SetPaintToLayer to stacked notification bar.

The regression bug below was caused by ff070b8e where we changed
SetPaintToLayer in TrayBubbleView. Added this to stacked notification
bar to fix the issue.

BUG=1116396

Change-Id: Ied59608d5cce78396a8352faf9d583ca877de74a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372103Reviewed-by: default avatarTim Song <tengs@chromium.org>
Commit-Queue: Andre Le <leandre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801419}
parent f848e5bb
......@@ -284,6 +284,8 @@ StackedNotificationBar::StackedNotificationBar(
expand_all_button_->SetVisible(false);
AddChildView(expand_all_button_);
SetPaintToLayer();
}
StackedNotificationBar::~StackedNotificationBar() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment