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

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

Issue 781583003: Timeline: prepare to using frame viewer instrumentation event, ignore AnalyzeTask (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | « no previous file | Source/devtools/front_end/timeline/TimelineUIUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 68ff4a72970607120175763c10cc548a49ad01e0..abeb6f4906cfadbe60d97f130ee31595f1357aa6 100644
--- a/Source/devtools/front_end/timeline/TimelineModel.js
+++ b/Source/devtools/front_end/timeline/TimelineModel.js
@@ -71,6 +71,7 @@ WebInspector.TimelineModel.RecordType = {
PaintImage: "PaintImage",
Rasterize: "Rasterize",
RasterTask: "RasterTask",
+ AnalyzeTask: "AnalyzeTask",
alph 2014/12/08 15:36:02 Don't we just skip unknown event types by default?
ScrollLayer: "ScrollLayer",
CompositeLayers: "CompositeLayers",
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TimelineUIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698