Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1502)

Unified Diff: Source/devtools/front_end/MemoryCountersGraph.js

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, extracted model into a file of its own Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/devtools.gypi ('k') | Source/devtools/front_end/Settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/MemoryCountersGraph.js
diff --git a/Source/devtools/front_end/MemoryCountersGraph.js b/Source/devtools/front_end/MemoryCountersGraph.js
index 0b0237c18d95034850b12ad7eb63f98e7948f9a7..fe3047dbd28a4253198c19f49ce1b3e7b507900e 100644
--- a/Source/devtools/front_end/MemoryCountersGraph.js
+++ b/Source/devtools/front_end/MemoryCountersGraph.js
@@ -47,6 +47,14 @@ WebInspector.MemoryCountersGraph = function(delegate, model)
}
WebInspector.MemoryCountersGraph.prototype = {
+ timelineStarted: function()
+ {
+ },
+
+ timelineStopped: function()
+ {
+ },
+
/**
* @param {!WebInspector.TimelineModel.Record} record
*/
« no previous file with comments | « Source/devtools/devtools.gypi ('k') | Source/devtools/front_end/Settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698