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

Side by Side Diff: chrome/app/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 | « chrome/app/vector_icons/cookie.icon ('k') | chrome/app/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
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 MOVE_TO, 41, 22, 5 MOVE_TO, 41, 22,
6 R_H_LINE_TO, -3, 6 R_H_LINE_TO, -3,
7 R_V_LINE_TO, -8, 7 R_V_LINE_TO, -8,
8 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4, 8 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4,
9 R_H_LINE_TO, -8, 9 R_H_LINE_TO, -8,
10 V_LINE_TO, 7, 10 V_LINE_TO, 7,
(...skipping 15 matching lines...) Expand all
26 R_CUBIC_TO, 2.98f, 0, 5.4f, 2.42f, 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, 27 R_V_LINE_TO, 3,
28 H_LINE_TO, 34, 28 H_LINE_TO, 34,
29 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4, 29 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4,
30 R_V_LINE_TO, -8, 30 R_V_LINE_TO, -8,
31 R_H_LINE_TO, 3, 31 R_H_LINE_TO, 3,
32 R_CUBIC_TO, 2.76f, 0, 5, -2.24f, 5, -5, 32 R_CUBIC_TO, 2.76f, 0, 5, -2.24f, 5, -5,
33 R_CUBIC_TO, 0, -2.76f, -2.24f, -5, -5, -5, 33 R_CUBIC_TO, 0, -2.76f, -2.24f, -5, -5, -5,
34 CLOSE, 34 CLOSE,
35 END 35 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/cookie.icon ('k') | chrome/app/vector_icons/extension_crashed.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698