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

Side by Side Diff: chrome/app/vector_icons/new_tab.icon

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: fixes and nits 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
Robert Sesek 2017/02/14 17:32:50 2017
spqchan 2017/02/16 15:25:51 Done.
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, 36,
6 MOVE_TO, 18, 0,
7 R_CUBIC_TO, -9.94f, 0, -18, 8.06f, -18, 18,
8 R_CUBIC_TO, 0, 9.94f, 8.06f, 18, 18, 18,
9 R_CUBIC_TO, 9.94f, 0, 18, -8.06f, 18, -18,
10 R_CUBIC_TO, 0, -9.94f, -8.06f, -18, -18, -18,
11 CLOSE,
12 R_MOVE_TO, 9, 19.8f,
13 R_H_LINE_TO, -7.2f,
14 V_LINE_TO, 27,
15 R_H_LINE_TO, -3.6f,
16 R_V_LINE_TO, -7.2f,
17 H_LINE_TO, 9,
18 R_V_LINE_TO, -3.6f,
19 R_H_LINE_TO, 7.2f,
20 V_LINE_TO, 9,
21 R_H_LINE_TO, 3.6f,
22 R_V_LINE_TO, 7.2f,
23 H_LINE_TO, 27,
24 R_V_LINE_TO, 3.6f,
25 CLOSE,
26 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698