Chromium Code Reviews| Index: Source/devtools/front_end/CountersGraph.js |
| diff --git a/Source/devtools/front_end/CountersGraph.js b/Source/devtools/front_end/CountersGraph.js |
| index 72f6bb511ccad1e4dadb0e03c00688adc81d3742..c0d9ad37bda945bc546849a9481d30b05c8bec39 100644 |
| --- a/Source/devtools/front_end/CountersGraph.js |
| +++ b/Source/devtools/front_end/CountersGraph.js |
| @@ -318,8 +318,12 @@ WebInspector.CountersGraph.prototype = { |
| } |
| ctx.closePath(); |
| ctx.restore(); |
| + |
| + this.graphDrawn(); |
|
alph
2014/04/02 08:19:57
You don't need this, just override refresh in Powe
|
| }, |
| + graphDrawn: function() { }, |
| + |
| __proto__: WebInspector.SplitView.prototype |
| } |