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

Unified Diff: Source/devtools/front_end/timeline/TimelineModel.js

Issue 465223002: [ Do not submit ] Prototype for invalidation analysis Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix multiple paint bug, fix bug where nodes did not linkify properly, minor cleanups Created 6 years, 4 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
Index: Source/devtools/front_end/timeline/TimelineModel.js
diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js
index c1361657def37c9b92af464042ca5add7e867f43..ae8b5c02c062ad870d1de3ff6e8d3e946b2ff1f1 100644
--- a/Source/devtools/front_end/timeline/TimelineModel.js
+++ b/Source/devtools/front_end/timeline/TimelineModel.js
@@ -147,8 +147,9 @@ WebInspector.TimelineModel.prototype = {
* @param {boolean} captureStacks
* @param {boolean} captureMemory
* @param {boolean} capturePictures
+ * @param {boolean} captureInvalidationTracking
*/
- startRecording: function(captureStacks, captureMemory, capturePictures)
+ startRecording: function(captureStacks, captureMemory, capturePictures, captureInvalidationTracking)
{
},

Powered by Google App Engine
This is Rietveld 408576698