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

Unified Diff: ui/arc/notification/arc_custom_notification_view.cc

Issue 2639203007: Update SetPaintToLayer to accept LayerType (Closed)
Patch Set: fix comments Created 3 years, 11 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/arc/notification/arc_custom_notification_view.cc
diff --git a/ui/arc/notification/arc_custom_notification_view.cc b/ui/arc/notification/arc_custom_notification_view.cc
index 8e33e369cb25f1de5a8c3a22c3d447bc86426a0f..e1cf39dc639932c3734c2dafae291d097161ebab 100644
--- a/ui/arc/notification/arc_custom_notification_view.cc
+++ b/ui/arc/notification/arc_custom_notification_view.cc
@@ -238,7 +238,7 @@ ArcCustomNotificationView::ArcCustomNotificationView(
OnNotificationSurfaceAdded(surface);
// Create a layer as an anchor to insert surface copy during a slide.
- SetPaintToLayer(true);
+ SetPaintToLayer();
UpdatePreferredSize();
}

Powered by Google App Engine
This is Rietveld 408576698