| 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 289f0e70f0a39d55715ca7fb75f76f64de96ef01..fa1c3c7c7f44583a3031852a4752da8627126d67 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
|
| @@ -110,4 +110,6 @@ WebInspector.Icon.Descriptors = {
|
| 'smallicon-command-result': {x: -40, y: -20, width: 10, height: 10, spritesheet: 'smallicons'},
|
| 'smallicon-shadow-mask': {x: -60, y: -20, width: 10, height: 10, spritesheet: 'smallicons', isMask: true},
|
| 'smallicon-bezier-mask': {x: -80, y: -20, width: 10, height: 10, spritesheet: 'smallicons', isMask: true},
|
| + 'smallicon-checkmark-mask': {x: -100, y: -20, width: 10, height: 10, spritesheet: 'smallicons', isMask: true},
|
| + 'smallicon-checkmark': {x: -120, y: -20, width: 10, height: 10, spritesheet: 'smallicons'},
|
| };
|
|
|