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 667fe1853219abf8361609f117a19097c68577a8..9ceea9477ccee1686b2454de9ed8ca450a1537eb 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
| @@ -223,4 +223,11 @@ UI.Icon.Descriptors = { |
| 'largeicon-navigator-snippet': {x: -224, y: -96, width: 32, height: 24, spritesheet: 'largeicons', isMask: true}, |
| 'largeicon-edit': {x: -160, y: -0, width: 28, height: 24, spritesheet: 'largeicons'}, |
| 'largeicon-chevron': {x: -68, y: -143, width: 24, height: 26, spritesheet: 'largeicons', isMask: true}, |
| + |
| + 'resourceicon-manifest': {x: 0, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true}, |
|
dgozman
2017/01/30 16:47:52
mediumicon-manifest here and below.
lushnikov
2017/01/31 03:17:32
Done.
|
| + 'resourceicon-service-worker': {x: -20, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true}, |
|
dgozman
2017/01/30 16:47:52
The spritesheet itself is missing from CL.
lushnikov
2017/01/31 03:17:32
The spritesheet is defined in inspectorCommon.css.
dgozman
2017/01/31 03:57:11
Oh, my bad.
|
| + 'resourceicon-clear-storage': {x: -40, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true}, |
| + 'resourceicon-database': {x: -60, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true}, |
| + 'resourceicon-table': {x: -80, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true}, |
| + 'resourceicon-cookie': {x: -120, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true}, |
| }; |