| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| index 6f0d6aa9836a3ef806e4333544ba3b655ea86b3f..36e89c47f8d3b65dbc8fcebcb2f03dc1aa912776 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -161,6 +161,13 @@ Console.ConsoleView = class extends UI.VBox {
|
| }
|
|
|
| /**
|
| + * @override
|
| + */
|
| + onLayout() {
|
| + this._scheduleViewportRefresh();
|
| + }
|
| +
|
| + /**
|
| * @return {!Console.ConsoleView}
|
| */
|
| static instance() {
|
|
|