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

Side by Side Diff: ui/message_center/vector_icons/notification_expand_less.icon

Issue 2925263003: Notification: Implement two-leveled notification. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 24,
6 MOVE_TO, 12, 8,
7 R_LINE_TO, -6, 6,
8 R_LINE_TO, 1.41f, 1.41f,
9 LINE_TO, 12, 10.83f,
10 R_LINE_TO, 4.59f, 4.58f,
11 LINE_TO, 18, 14,
12 CLOSE,
13 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698