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/close_all.icon

Issue 2729623002: Update vector icons in browser profiles code (bubble, etc.) to structs. (Closed)
Patch Set: review 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 | « chrome/app/vector_icons/account_circle.icon ('k') | chrome/app/vector_icons/lock.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 CANVAS_DIMENSIONS, 24, 5 CANVAS_DIMENSIONS, 24,
6 MOVE_TO, 4, 6, 6 MOVE_TO, 4, 6,
7 H_LINE_TO, 2, 7 H_LINE_TO, 2,
8 R_V_LINE_TO, 14, 8 R_V_LINE_TO, 14,
9 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2, 9 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
10 R_H_LINE_TO, 14, 10 R_H_LINE_TO, 14,
(...skipping 19 matching lines...) Expand all
30 LINE_TO, 9.76f, 7.17f, 30 LINE_TO, 9.76f, 7.17f,
31 R_LINE_TO, 1.41f, -1.41f, 31 R_LINE_TO, 1.41f, -1.41f,
32 LINE_TO, 14, 8.59f, 32 LINE_TO, 14, 8.59f,
33 R_LINE_TO, 2.83f, -2.83f, 33 R_LINE_TO, 2.83f, -2.83f,
34 R_LINE_TO, 1.41f, 1.41f, 34 R_LINE_TO, 1.41f, 1.41f,
35 LINE_TO, 15.41f, 10, 35 LINE_TO, 15.41f, 10,
36 R_LINE_TO, 2.83f, 2.83f, 36 R_LINE_TO, 2.83f, 2.83f,
37 R_LINE_TO, -1.41f, 1.41f, 37 R_LINE_TO, -1.41f, 1.41f,
38 CLOSE, 38 CLOSE,
39 END 39 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/account_circle.icon ('k') | chrome/app/vector_icons/lock.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698