| Index: third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js b/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js
|
| index 0c608e10e5c26be13b71bc06ab61cdb9c7d5c3b2..84f4ecf56ee3de54c604478cfde3612db04d4cd6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js
|
| @@ -206,7 +206,7 @@ WebInspector.AnimationTimeline.prototype = {
|
| function onFirstScreenshotLoaded(screenshots)
|
| {
|
| var content = new WebInspector.AnimationScreenshotPopover(screenshots);
|
| - popover.setNoMargins(true);
|
| + popover.setNoPadding(true);
|
| popover.showView(content, anchor);
|
| }
|
| },
|
|
|