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

Unified Diff: telemetry/telemetry/timeline/surface_flinger_importer.py

Issue 2002193002: [telemetry] Rename TraceData.[Has,Get]EventsFor to [Has,Get]TraceFor (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 4 years, 7 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 | « telemetry/telemetry/timeline/inspector_importer.py ('k') | telemetry/telemetry/timeline/tab_id_importer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/timeline/surface_flinger_importer.py
diff --git a/telemetry/telemetry/timeline/surface_flinger_importer.py b/telemetry/telemetry/timeline/surface_flinger_importer.py
index bc4e72d49e5c06826e09c47911333f3b43b1af82..30ebfda1367810d9a89fb60600d150721e22196d 100644
--- a/telemetry/telemetry/timeline/surface_flinger_importer.py
+++ b/telemetry/telemetry/timeline/surface_flinger_importer.py
@@ -9,7 +9,7 @@ class SurfaceFlingerTimelineImporter(importer.TimelineImporter):
def __init__(self, model, trace_data):
super(SurfaceFlingerTimelineImporter, self).__init__(
model, trace_data, import_order=2)
- self._events = trace_data.GetEventsFor(
+ self._events = trace_data.GetTraceFor(
trace_data_module.SURFACE_FLINGER_PART)
self._surface_flinger_process = None
« no previous file with comments | « telemetry/telemetry/timeline/inspector_importer.py ('k') | telemetry/telemetry/timeline/tab_id_importer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698