| 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 509d57a44134fb995b4c78e94b81a24e812c177e..c823f362082265ea78b66debd44724ade6ac9656 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| @@ -119,14 +119,14 @@ UI.Icon.Descriptors = {
|
| 'mediumicon-manifest': {x: -48, y: 0, width: 16, height: 16, spritesheet: 'mediumicons', isMask: true},
|
| 'mediumicon-service-worker': {x: 0, y: -16, width: 16, height: 16, spritesheet: 'mediumicons', isMask: true},
|
| 'mediumicon-table': {x: -16, y: -16, width: 16, height: 16, spritesheet: 'mediumicons', isMask: true},
|
| - 'smallicon-arrow-in-circle': {x: -34, y: -18, width: 11, height: 11, spritesheet: 'mediumicons', isMask: true},
|
| - 'smallicon-file-sync': {x: -50, y: -17, width: 12, height: 14, spritesheet: 'mediumicons'},
|
| - 'smallicon-file': {x: -2, y: -33, width: 12, height: 14, spritesheet: 'mediumicons'},
|
| - 'smallicon-gray-cross-active': {x: -17, y: -33, width: 13, height: 13, spritesheet: 'mediumicons'},
|
| - 'smallicon-gray-cross-hover': {x: -33, y: -33, width: 13, height: 13, spritesheet: 'mediumicons'},
|
| - 'smallicon-red-cross-active': {x: -49, y: -33, width: 14, height: 14, spritesheet: 'mediumicons'},
|
| - 'smallicon-red-cross-hover': {x: -1, y: -49, width: 14, height: 14, spritesheet: 'mediumicons'},
|
| - 'smallicon-search': {x: -18, y: -50, width: 12, height: 12, spritesheet: 'mediumicons'},
|
| + 'mediumicon-arrow-in-circle': {x: -32, y: -16, width: 16, height: 16, spritesheet: 'mediumicons', isMask: true},
|
| + 'mediumicon-file-sync': {x: -48, y: -16, width: 16, height: 16, spritesheet: 'mediumicons'},
|
| + 'mediumicon-file': {x: 0, y: -32, width: 16, height: 16, spritesheet: 'mediumicons'},
|
| + 'mediumicon-gray-cross-active': {x: -16, y: -32, width: 16, height: 16, spritesheet: 'mediumicons'},
|
| + 'mediumicon-gray-cross-hover': {x: -32, y: -32, width: 16, height: 16, spritesheet: 'mediumicons'},
|
| + 'mediumicon-red-cross-active': {x: -48, y: -32, width: 16, height: 16, spritesheet: 'mediumicons'},
|
| + 'mediumicon-red-cross-hover': {x: 0, y: -48, width: 16, height: 16, spritesheet: 'mediumicons'},
|
| + 'mediumicon-search': {x: -16, y: -48, width: 16, height: 16, spritesheet: 'mediumicons'},
|
|
|
| // large icons
|
| 'badge-navigator-file-sync': {x: 0, y: 0, width: 28, height: 24, spritesheet: 'largeicons'},
|
|
|