| 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..4450f9d5005f03a50b969fd15e44368a58168587 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| @@ -119,6 +119,9 @@ UI.Icon.Descriptors = {
|
| 'smallicon-search': {x: -234, y: -30, width: 12, height: 12, spritesheet: 'largeicons'},
|
| 'smallicon-clear-input': {x: -143, y: -96, width: 13, height: 13, spritesheet: 'largeicons'},
|
| 'smallicon-checkmark': {x: -128, y: -109, width: 10, height: 10, spritesheet: 'largeicons'},
|
| + 'smallicon-extension': {x: -209, y: -94, width: 12, height: 14, spritesheet: 'largeicons', isMask: true},
|
| + 'smallicon-frame': {x: -192, y: -107, width: 12, height: 14, spritesheet: 'largeicons', isMask: true},
|
| + 'smallicon-worker': {x: -209, y: -107, width: 12, height: 14, spritesheet: 'largeicons', isMask: true},
|
|
|
| 'largeicon-longclick-triangle': {x: -290, y: -46, width: 28, height: 24, spritesheet: 'largeicons', isMask: true},
|
| 'largeicon-menu': {x: -192, y: -24, width: 28, height: 24, spritesheet: 'largeicons', isMask: true},
|
|
|