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

Unified Diff: tracing/tracing/extras/chrome/chrome_test_utils.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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: tracing/tracing/extras/chrome/chrome_test_utils.html
diff --git a/tracing/tracing/extras/chrome/chrome_test_utils.html b/tracing/tracing/extras/chrome/chrome_test_utils.html
index 5ff273daa34c57ffc15f893c7acfa34586dc9ef8..df91f506ecea3e3455668bc01a59453559d71424 100644
--- a/tracing/tracing/extras/chrome/chrome_test_utils.html
+++ b/tracing/tracing/extras/chrome/chrome_test_utils.html
@@ -86,7 +86,7 @@ tr.exportTo('tr.e.chrome', function() {
dict.title = tr.model.helpers.IMPL_RENDERING_STATS;
dict.type = tr.model.ThreadSlice;
var slice = tr.c.TestUtils.newSliceEx(dict);
- model.rendererMain.asyncSliceGroup.push(slice);
+ model.rendererMain.sliceGroup.pushSlice(slice);
return slice;
};
« no previous file with comments | « tracing/tracing/extras/chrome/cc/input_latency_async_slice.html ('k') | tracing/tracing/extras/importer/battor_importer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698