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

Unified Diff: LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html

Issue 715803002: DevTools: merge TracingTimelineModel into TimelineModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « LayoutTests/inspector/tracing/update-layer-tree.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
diff --git a/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html b/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
index 41f0c80eb573ca14d29f2f0139b7b9800635d8ec..c79f45ba2a00d51c8a755b58987ea8781ab54d5f 100644
--- a/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
+++ b/LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
@@ -28,7 +28,7 @@ function test()
var events = InspectorTest.tracingTimelineModel().inspectedTargetEvents();
for (var i = 0; i < events.length; ++i) {
var event = events[i];
- if (event.name !== WebInspector.TracingTimelineModel.RecordType.Paint)
+ if (event.name !== WebInspector.TimelineModel.RecordType.Paint)
continue;
if (!event.picture)
continue;
« no previous file with comments | « LayoutTests/inspector/tracing/update-layer-tree.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698