Chromium Code Reviews| OLD | NEW |
|---|---|
| (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, 32, | |
|
Evan Stade
2016/05/25 17:23:48
where did this one come from? omnibox_http.icon ap
| |
| 6 MOVE_TO, 8, 5, | |
| 7 LINE_TO, 8, 27, | |
| 8 LINE_TO, 24, 27, | |
| 9 LINE_TO, 24, 11, | |
| 10 LINE_TO, 18, 5, | |
| 11 CLOSE, | |
| 12 MOVE_TO, 18, 11, | |
| 13 LINE_TO, 18, 7.5f, | |
| 14 LINE_TO, 21.5f, 11, | |
| 15 CLOSE, | |
| 16 MOVE_TO, 10, 25, | |
| 17 LINE_TO, 10, 7, | |
| 18 LINE_TO, 16, 7, | |
| 19 LINE_TO, 16, 13, | |
| 20 LINE_TO, 22, 13, | |
| 21 LINE_TO, 22, 25, | |
| 22 CLOSE, | |
| 23 END | |
| OLD | NEW |