| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineLayersView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLayersView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLayersView.js
|
| index 9fa698ae92337c90ffd7dc863e36b604621060f7..2506898abc5122f82bce4c335554d17afe043cfb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLayersView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLayersView.js
|
| @@ -51,6 +51,9 @@ WebInspector.TimelineLayersView.prototype = {
|
| this._updateWhenVisible = true;
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| wasShown: function()
|
| {
|
| if (this._updateWhenVisible) {
|
|
|