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

Side by Side Diff: ui/vector_icons/extension.icon

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: rebase Created 3 years, 10 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/vector_icons/BUILD.gn ('k') | no next file » | 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, 41, 22,
6 R_H_LINE_TO, -3,
7 R_V_LINE_TO, -8,
8 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4,
9 R_H_LINE_TO, -8,
10 V_LINE_TO, 7,
11 R_CUBIC_TO, 0, -2.76f, -2.24f, -5, -5, -5,
12 R_CUBIC_TO, -2.76f, 0, -5, 2.24f, -5, 5,
13 R_V_LINE_TO, 3,
14 H_LINE_TO, 8,
15 R_CUBIC_TO, -2.21f, 0, -3.98f, 1.79f, -3.98f, 4,
16 R_LINE_TO, -0.01f, 7.6f,
17 H_LINE_TO, 7,
18 R_CUBIC_TO, 2.98f, 0, 5.4f, 2.42f, 5.4f, 5.4f,
19 R_CUBIC_TO, 0, 2.98f, -2.42f, 5.4f, -5.4f, 5.4f,
20 H_LINE_TO, 4.01f,
21 LINE_TO, 4, 40,
22 R_CUBIC_TO, 0, 2.21f, 1.79f, 4, 4, 4,
23 R_H_LINE_TO, 7.6f,
24 R_V_LINE_TO, -3,
25 R_CUBIC_TO, 0, -2.98f, 2.42f, -5.4f, 5.4f, -5.4f,
26 R_CUBIC_TO, 2.98f, 0, 5.4f, 2.42f, 5.4f, 5.4f,
27 R_V_LINE_TO, 3,
28 H_LINE_TO, 34,
29 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4,
30 R_V_LINE_TO, -8,
31 R_H_LINE_TO, 3,
32 R_CUBIC_TO, 2.76f, 0, 5, -2.24f, 5, -5,
33 R_CUBIC_TO, 0, -2.76f, -2.24f, -5, -5, -5,
34 CLOSE,
35 END
OLDNEW
« no previous file with comments | « ui/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698