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

Unified Diff: ui/message_center/vector_icons/notification_expand_more.icon

Issue 2925263003: Notification: Implement two-leveled notification. (Closed)
Patch Set: Remove an unused function. Created 3 years, 6 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/vector_icons/notification_expand_more.icon
diff --git a/ui/message_center/vector_icons/notification_expand_more.icon b/ui/message_center/vector_icons/notification_expand_more.icon
new file mode 100644
index 0000000000000000000000000000000000000000..d54e1e058b36fb4f1f0e1e0aada7a47c003b929d
--- /dev/null
+++ b/ui/message_center/vector_icons/notification_expand_more.icon
@@ -0,0 +1,13 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 24,
+MOVE_TO, 16.59f, 8.59f,
+LINE_TO, 12, 13.17f,
+LINE_TO, 7.41f, 8.59f,
+LINE_TO, 6, 10,
+R_LINE_TO, 6, 6,
+R_LINE_TO, 6, -6,
+CLOSE,
+END
« no previous file with comments | « ui/message_center/vector_icons/notification_expand_less.icon ('k') | ui/message_center/views/notification_header_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698