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

Side by Side Diff: ui/gfx/vector_icons/apps.icon

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « ui/gfx/vector_icons/BUILD.gn ('k') | ui/gfx/vector_icons/extension_crashed.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 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 MOVE_TO, 8, 16,
6 R_H_LINE_TO, 8,
7 V_LINE_TO, 8,
8 H_LINE_TO, 8,
9 R_V_LINE_TO, 8,
10 CLOSE,
11 R_MOVE_TO, 12, 24,
12 R_H_LINE_TO, 8,
13 R_V_LINE_TO, -8,
14 R_H_LINE_TO, -8,
15 R_V_LINE_TO, 8,
16 CLOSE,
17 MOVE_TO, 8, 40,
18 R_H_LINE_TO, 8,
19 R_V_LINE_TO, -8,
20 H_LINE_TO, 8,
21 R_V_LINE_TO, 8,
22 CLOSE,
23 R_MOVE_TO, 0, -12,
24 R_H_LINE_TO, 8,
25 R_V_LINE_TO, -8,
26 H_LINE_TO, 8,
27 R_V_LINE_TO, 8,
28 CLOSE,
29 R_MOVE_TO, 12, 0,
30 R_H_LINE_TO, 8,
31 R_V_LINE_TO, -8,
32 R_H_LINE_TO, -8,
33 R_V_LINE_TO, 8,
34 CLOSE,
35 MOVE_TO, 32, 8,
36 R_V_LINE_TO, 8,
37 R_H_LINE_TO, 8,
38 V_LINE_TO, 8,
39 R_H_LINE_TO, -8,
40 CLOSE,
41 R_MOVE_TO, -12, 8,
42 R_H_LINE_TO, 8,
43 V_LINE_TO, 8,
44 R_H_LINE_TO, -8,
45 R_V_LINE_TO, 8,
46 CLOSE,
47 R_MOVE_TO, 12, 12,
48 R_H_LINE_TO, 8,
49 R_V_LINE_TO, -8,
50 R_H_LINE_TO, -8,
51 R_V_LINE_TO, 8,
52 CLOSE,
53 R_MOVE_TO, 0, 12,
54 R_H_LINE_TO, 8,
55 R_V_LINE_TO, -8,
56 R_H_LINE_TO, -8,
57 R_V_LINE_TO, 8,
58 CLOSE,
59 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/BUILD.gn ('k') | ui/gfx/vector_icons/extension_crashed.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698