| Index: third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
|
| index c7e41118d48f1cbfbe0d8f75d8ba6238b0606372..a84026027b731181916c626037f8b38019874098 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
|
| @@ -9,6 +9,7 @@ UI.BezierEditor = class extends UI.VBox {
|
| super(true);
|
| this.registerRequiredCSS('ui/bezierEditor.css');
|
| this.contentElement.tabIndex = 0;
|
| + this.setDefaultFocusedElement(this.contentElement);
|
|
|
| // Preview UI
|
| this._previewElement = this.contentElement.createChild('div', 'bezier-preview-container');
|
|
|