| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| index 4a98134ac7f8a153dc3ecf1ac5ef7764377ad77a..ade0f58a5dca9596f124c77817ce4cef41634f7b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
|
| @@ -30,6 +30,9 @@ WebInspector.TimelinePaintProfilerView = function(frameModel)
|
| };
|
|
|
| WebInspector.TimelinePaintProfilerView.prototype = {
|
| + /**
|
| + * @override
|
| + */
|
| wasShown: function()
|
| {
|
| if (this._needsUpdateWhenVisible) {
|
| @@ -155,6 +158,9 @@ WebInspector.TimelinePaintImageView = function()
|
| };
|
|
|
| WebInspector.TimelinePaintImageView.prototype = {
|
| + /**
|
| + * @override
|
| + */
|
| onResize: function()
|
| {
|
| if (this._imageElement.src)
|
|
|