| Index: third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| index 909d19a2339d9275e2f525ce8e6c7852100c6a44..37cc0e2fe6c9b1614640054caa6e537ea2ae167f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| @@ -194,6 +194,13 @@ UI.Toolbar = class {
|
| }
|
|
|
| /**
|
| + * @return {!Element}
|
| + */
|
| + gripElementForResize() {
|
| + return this._contentElement;
|
| + }
|
| +
|
| + /**
|
| * @param {boolean=} reverse
|
| * @param {boolean=} growVertically
|
| */
|
|
|