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

Unified Diff: ui/gfx/vector_icons/warning_badge.icon

Issue 2721823002: Update content settings to new vector icon format. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/vector_icons/videocam.icon ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/warning_badge.icon
diff --git a/ui/gfx/vector_icons/warning_badge.icon b/ui/gfx/vector_icons/warning_badge.icon
deleted file mode 100644
index 4e4f34a0ea791e1abe6904e3d9d305efe809b6a1..0000000000000000000000000000000000000000
--- a/ui/gfx/vector_icons/warning_badge.icon
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2015 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,
-PATH_MODE_CLEAR,
-MOVE_TO, 32, 32,
-LINE_TO, 16, 32,
-LINE_TO, 16, 18,
-CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16,
-LINE_TO, 32, 16,
-CLOSE,
-NEW_PATH,
-PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37,
-MOVE_TO, 30, 32,
-LINE_TO, 20, 32,
-CUBIC_TO, 18.9f, 32, 18, 31.1f, 18, 30,
-LINE_TO, 18, 20,
-CUBIC_TO, 18, 18.9f, 18.9f, 18, 20, 18,
-LINE_TO, 30, 18,
-CUBIC_TO, 31.1f, 18, 32, 18.9f, 32, 20,
-LINE_TO, 32, 30,
-CUBIC_TO, 32, 31.1f, 31.1f, 32, 30, 32,
-CLOSE,
-NEW_PATH,
-PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
-MOVE_TO, 24, 21,
-LINE_TO, 26, 21,
-LINE_TO, 26, 26,
-LINE_TO, 24, 26,
-CLOSE,
-MOVE_TO, 24, 27,
-LINE_TO, 26, 27,
-LINE_TO, 26, 29,
-LINE_TO, 24, 29,
-CLOSE,
-END
« no previous file with comments | « ui/gfx/vector_icons/videocam.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698