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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: ui/gfx/vector_icons/default_favicon.icon
diff --git a/ui/gfx/vector_icons/default_favicon.icon b/ui/gfx/vector_icons/default_favicon.icon
new file mode 100644
index 0000000000000000000000000000000000000000..327093af8588444c77705c9a7d9d1c78de94717b
--- /dev/null
+++ b/ui/gfx/vector_icons/default_favicon.icon
@@ -0,0 +1,23 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 32,
Evan Stade 2016/05/25 17:23:48 where did this one come from? omnibox_http.icon ap
+MOVE_TO, 8, 5,
+LINE_TO, 8, 27,
+LINE_TO, 24, 27,
+LINE_TO, 24, 11,
+LINE_TO, 18, 5,
+CLOSE,
+MOVE_TO, 18, 11,
+LINE_TO, 18, 7.5f,
+LINE_TO, 21.5f, 11,
+CLOSE,
+MOVE_TO, 10, 25,
+LINE_TO, 10, 7,
+LINE_TO, 16, 7,
+LINE_TO, 16, 13,
+LINE_TO, 22, 13,
+LINE_TO, 22, 25,
+CLOSE,
+END

Powered by Google App Engine
This is Rietveld 408576698