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

Side by Side Diff: chrome/app/vector_icons/globe.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/extension_crashed.icon ('k') | chrome/app/vector_icons/paintbrush.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, 24, 4, 5 MOVE_TO, 24, 4,
6 CUBIC_TO, 12.95f, 4, 4, 12.95f, 4, 24, 6 CUBIC_TO, 12.95f, 4, 4, 12.95f, 4, 24,
7 CUBIC_TO, 4, 35.05f, 12.95f, 44, 24, 44, 7 CUBIC_TO, 4, 35.05f, 12.95f, 44, 24, 44,
8 CUBIC_TO, 35.05f, 44, 44, 35.05f, 44, 24, 8 CUBIC_TO, 35.05f, 44, 44, 35.05f, 44, 24,
9 CUBIC_TO, 44, 12.95f, 35.05f, 4, 24, 4, 9 CUBIC_TO, 44, 12.95f, 35.05f, 4, 24, 4,
10 LINE_TO, 24, 4, 10 LINE_TO, 24, 4,
(...skipping 29 matching lines...) Expand all
40 CUBIC_TO, 32.51f, 20.78f, 33.49f, 21.78f, 34.7f, 21.78f, 40 CUBIC_TO, 32.51f, 20.78f, 33.49f, 21.78f, 34.7f, 21.78f,
41 LINE_TO, 34.82f, 21.78f, 41 LINE_TO, 34.82f, 21.78f,
42 CUBIC_TO, 34.75f, 22.02f, 34.7f, 22.26f, 34.7f, 22.52f, 42 CUBIC_TO, 34.75f, 22.02f, 34.7f, 22.26f, 34.7f, 22.52f,
43 LINE_TO, 34.7f, 25.48f, 43 LINE_TO, 34.7f, 25.48f,
44 CUBIC_TO, 34.7f, 27.12f, 36.17f, 28.44f, 37.98f, 28.44f, 44 CUBIC_TO, 34.7f, 27.12f, 36.17f, 28.44f, 37.98f, 28.44f,
45 CUBIC_TO, 38.14f, 28.44f, 38.29f, 28.42f, 38.44f, 28.4f, 45 CUBIC_TO, 38.14f, 28.44f, 38.29f, 28.42f, 38.44f, 28.4f,
46 CUBIC_TO, 37.45f, 31.83f, 35.33f, 34.76f, 32.51f, 36.76f, 46 CUBIC_TO, 37.45f, 31.83f, 35.33f, 34.76f, 32.51f, 36.76f,
47 LINE_TO, 32.51f, 36.76f, 47 LINE_TO, 32.51f, 36.76f,
48 CLOSE, 48 CLOSE,
49 END 49 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/extension_crashed.icon ('k') | chrome/app/vector_icons/paintbrush.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698