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

Side by Side Diff: chrome/app/vector_icons/apps.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/OWNERS ('k') | chrome/app/vector_icons/cookie.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, 8, 16, 5 MOVE_TO, 8, 16,
6 R_H_LINE_TO, 8, 6 R_H_LINE_TO, 8,
7 V_LINE_TO, 8, 7 V_LINE_TO, 8,
8 H_LINE_TO, 8, 8 H_LINE_TO, 8,
9 R_V_LINE_TO, 8, 9 R_V_LINE_TO, 8,
10 CLOSE, 10 CLOSE,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 R_H_LINE_TO, -8, 50 R_H_LINE_TO, -8,
51 R_V_LINE_TO, 8, 51 R_V_LINE_TO, 8,
52 CLOSE, 52 CLOSE,
53 R_MOVE_TO, 0, 12, 53 R_MOVE_TO, 0, 12,
54 R_H_LINE_TO, 8, 54 R_H_LINE_TO, 8,
55 R_V_LINE_TO, -8, 55 R_V_LINE_TO, -8,
56 R_H_LINE_TO, -8, 56 R_H_LINE_TO, -8,
57 R_V_LINE_TO, 8, 57 R_V_LINE_TO, 8,
58 CLOSE, 58 CLOSE,
59 END 59 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/OWNERS ('k') | chrome/app/vector_icons/cookie.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698