| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index ee407009859113d61235720f91aa4b775b08c575..c25724670b7d529cec8840f6bced4d464dad5b2e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -1403,6 +1403,7 @@ Timeline.TimelineUIUtils = class {
|
| return;
|
| }
|
| var container = createElement('div');
|
| + UI.appendStyle(container, 'components/imagePreview.css');
|
| container.classList.add('image-preview-container', 'vbox', 'link');
|
| var img = container.createChild('img');
|
| img.src = imageURL;
|
|
|