| Index: third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| index e060c8b6c6ea2a0147df84dd76721bf218c57196..8c6c9d34c99f2743226a419fad3e4c4aea71196f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/inline_editor/SwatchPopoverHelper.js
|
| @@ -11,7 +11,7 @@
|
| this._popover.registerRequiredCSS('inline_editor/swatchPopover.css');
|
| this._popover.setBlockPointerEvents(false);
|
| this._popover.setSizeBehavior(UI.GlassPane.SizeBehavior.MeasureContent);
|
| - this._popover.setShowArrow(true);
|
| + this._popover.setMarginBehavior(UI.GlassPane.MarginBehavior.Arrow);
|
| this._popover.element.addEventListener('mousedown', e => e.consume(), false);
|
|
|
| this._hideProxy = this.hide.bind(this, true);
|
|
|