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

Unified Diff: chrome/app/vector_icons/inactive_toast_close.icon

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: move run_loop_ to a unique_ptr Created 3 years, 4 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: chrome/app/vector_icons/inactive_toast_close.icon
diff --git a/chrome/app/vector_icons/inactive_toast_close.icon b/chrome/app/vector_icons/inactive_toast_close.icon
new file mode 100644
index 0000000000000000000000000000000000000000..92a7368356b2b6076e5a3f3efee1658402b2a1a6
--- /dev/null
+++ b/chrome/app/vector_icons/inactive_toast_close.icon
@@ -0,0 +1,20 @@
+// Copyright 2017 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, 24,
+MOVE_TO, 12.71f, 12,
+R_LINE_TO, 3.89f, -3.89f,
+R_LINE_TO, -0.71f, -0.71f,
+R_LINE_TO, -3.89f, 3.89f,
+R_LINE_TO, -3.89f, -3.89f,
+R_LINE_TO, -0.71f, 0.71f,
+R_LINE_TO, 3.89f, 3.89f,
+R_LINE_TO, -3.89f, 3.89f,
+R_LINE_TO, 0.71f, 0.71f,
+R_LINE_TO, 3.89f, -3.89f,
+R_LINE_TO, 3.89f, 3.89f,
+R_LINE_TO, 0.71f, -0.71f,
+R_LINE_TO, -3.89f, -3.89f,
+CLOSE,
+END

Powered by Google App Engine
This is Rietveld 408576698