Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 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, 12, 8, | |
| 7 R_LINE_TO, -6, 6, | |
| 8 R_LINE_TO, 1.41f, 1.41f, | |
| 9 LINE_TO, 12, 10.83f, | |
| 10 R_LINE_TO, 4.59f, 4.58f, | |
| 11 LINE_TO, 18, 14, | |
| 12 CLOSE, | |
| 13 END | |
| OLD | NEW |