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

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

Issue 1857033003: Implement tab indicator for WebUSB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't try to update tab indicator on Android. Created 4 years, 8 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, 24,
6 MOVE_TO, 15, 7,
7 R_V_LINE_TO, 4,
8 R_H_LINE_TO, 1,
9 R_V_LINE_TO, 2,
10 R_H_LINE_TO, -3,
11 V_LINE_TO, 5,
12 R_H_LINE_TO, 2,
13 R_LINE_TO, -3, -4,
14 R_LINE_TO, -3, 4,
15 R_H_LINE_TO, 2,
16 R_V_LINE_TO, 8,
17 H_LINE_TO, 8,
18 R_V_LINE_TO, -2.07f,
19 R_CUBIC_TO, 0.7f, -0.37f, 1.2f, -1.08f, 1.2f, -1.93f,
20 R_CUBIC_TO, 0, -1.21f, -0.99f, -2.2f, -2.2f, -2.2f,
21 R_CUBIC_TO, -1.21f, 0, -2.2f, 0.99f, -2.2f, 2.2f,
22 R_CUBIC_TO, 0, 0.85f, 0.5f, 1.56f, 1.2f, 1.93f,
23 V_LINE_TO, 13,
24 R_CUBIC_TO, 0, 1.11f, 0.89f, 2, 2, 2,
25 R_H_LINE_TO, 3,
26 R_V_LINE_TO, 3.05f,
27 R_CUBIC_TO, -0.71f, 0.37f, -1.2f, 1.1f, -1.2f, 1.95f,
28 R_CUBIC_TO, 0, 1.22f, 0.99f, 2.2f, 2.2f, 2.2f,
29 R_CUBIC_TO, 1.21f, 0, 2.2f, -0.98f, 2.2f, -2.2f,
30 R_CUBIC_TO, 0, -0.85f, -0.49f, -1.58f, -1.2f, -1.95f,
31 V_LINE_TO, 15,
32 R_H_LINE_TO, 3,
33 R_CUBIC_TO, 1.11f, 0, 2, -0.89f, 2, -2,
34 R_V_LINE_TO, -2,
35 R_H_LINE_TO, 1,
36 V_LINE_TO, 7,
37 R_H_LINE_TO, -4,
38 CLOSE,
39 END
OLDNEW
« chrome/browser/usb/web_usb_permission_provider.cc ('K') | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698