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

Side by Side Diff: ui/gfx/vector_icons/default_favicon.icon

Issue 2009643003: [Mac][Material Design] Restore bookmark icons to default favicon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 32,
Evan Stade 2016/05/25 17:23:48 where did this one come from? omnibox_http.icon ap
6 MOVE_TO, 8, 5,
7 LINE_TO, 8, 27,
8 LINE_TO, 24, 27,
9 LINE_TO, 24, 11,
10 LINE_TO, 18, 5,
11 CLOSE,
12 MOVE_TO, 18, 11,
13 LINE_TO, 18, 7.5f,
14 LINE_TO, 21.5f, 11,
15 CLOSE,
16 MOVE_TO, 10, 25,
17 LINE_TO, 10, 7,
18 LINE_TO, 16, 7,
19 LINE_TO, 16, 13,
20 LINE_TO, 22, 13,
21 LINE_TO, 22, 25,
22 CLOSE,
23 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698