| 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 928dafc9539d5ab68f21fc73020163cd6f8f481d..0be99b6763db448edf6f4b319e2763a7c428b817 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| @@ -224,4 +224,9 @@ UI.Icon.Descriptors = {
|
| 'mediumicon-database': {x: -60, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true},
|
| 'mediumicon-table': {x: -80, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true},
|
| 'mediumicon-cookie': {x: -120, y: -0, width: 16, height: 16, spritesheet: 'resourceicons', isMask: true},
|
| +
|
| + 'mediumicon-arrow-top': {x: 0, y: 0, width: 19, height: 19, spritesheet: 'arrowicons'},
|
| + 'mediumicon-arrow-bottom': {x: 0, y: -19, width: 19, height: 19, spritesheet: 'arrowicons'},
|
| + 'mediumicon-arrow-left': {x: 0, y: -38, width: 19, height: 19, spritesheet: 'arrowicons'},
|
| + 'mediumicon-arrow-right': {x: 0, y: -57, width: 19, height: 19, spritesheet: 'arrowicons'},
|
| };
|
|
|