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

Side by Side Diff: chrome/app/vector_icons/inactive_toast_close.icon

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: move run_loop_ to a unique_ptr Created 3 years, 4 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.71f, 12,
7 R_LINE_TO, 3.89f, -3.89f,
8 R_LINE_TO, -0.71f, -0.71f,
9 R_LINE_TO, -3.89f, 3.89f,
10 R_LINE_TO, -3.89f, -3.89f,
11 R_LINE_TO, -0.71f, 0.71f,
12 R_LINE_TO, 3.89f, 3.89f,
13 R_LINE_TO, -3.89f, 3.89f,
14 R_LINE_TO, 0.71f, 0.71f,
15 R_LINE_TO, 3.89f, -3.89f,
16 R_LINE_TO, 3.89f, 3.89f,
17 R_LINE_TO, 0.71f, -0.71f,
18 R_LINE_TO, -3.89f, -3.89f,
19 CLOSE,
20 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698