Skip to content

Commit 6bd697d

Browse files
Fix "PointerEvent" flow end event (flutter#8319)
"DispatchPointerDataPacket" should have been "PointerEvent".
1 parent 3a3f707 commit 6bd697d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/animator.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void Animator::BeginFrame(fml::TimePoint frame_start_time,
9292
TRACE_EVENT0("flutter", "Animator::BeginFrame");
9393
while (!trace_flow_ids_.empty()) {
9494
uint64_t trace_flow_id = trace_flow_ids_.front();
95-
TRACE_FLOW_END("flutter", "DispatchPointerDataPacket", trace_flow_id);
95+
TRACE_FLOW_END("flutter", "PointerEvent", trace_flow_id);
9696
trace_flow_ids_.pop_front();
9797
}
9898

0 commit comments

Comments
 (0)