Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
| index dbe3bc2b170b88c1be1bd60daabb07347d17ed6e..a2b9f9f8c83c7ba3379dfeebc50c5da2c16c5945 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
| @@ -109,6 +109,7 @@ UI.Icon.Descriptors = { |
| 'smallicon-dropdown-arrow': {x: -18, y: -96, width: 12, height: 12, spritesheet: 'largeicons', isMask: true}, |
| 'smallicon-triangle-right': {x: -4, y: -98, width: 10, height: 8, spritesheet: 'largeicons', isMask: true}, |
| 'smallicon-triangle-bottom': {x: -20, y: -98, width: 10, height: 8, spritesheet: 'largeicons', isMask: true}, |
|
dgozman
2017/01/24 20:23:05
Should this be triangle-down?
lushnikov
2017/01/25 00:06:12
Done.
|
| + 'smallicon-triangle-up': {x: -4, y: -111, width: 10, height: 8, spritesheet: 'largeicons', isMask: true}, |
| 'smallicon-arrow-in-circle': {x: -10, y: -127, width: 11, height: 11, spritesheet: 'largeicons', isMask: true}, |
| 'smallicon-cross': {x: -177, y: -98, width: 10, height: 10, spritesheet: 'largeicons'}, |
| 'smallicon-inline-breakpoint': {x: -140, y: -20, width: 10, height: 10, spritesheet: 'smallicons'}, |