Skip to content

Commit

Permalink
Revert "Fix "PointerEvent" flow end event (flutter#8319)"
Browse files Browse the repository at this point in the history
This reverts commit 7c0feeb.
  • Loading branch information
RBogie authored Apr 8, 2019
1 parent dd5469c commit 02c647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/animator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void Animator::BeginFrame(fml::TimePoint frame_start_time,
TRACE_EVENT0("flutter", "Animator::BeginFrame");
while (!trace_flow_ids_.empty()) {
uint64_t trace_flow_id = trace_flow_ids_.front();
TRACE_FLOW_END("flutter", "PointerEvent", trace_flow_id);
TRACE_FLOW_END("flutter", "DispatchPointerDataPacket", trace_flow_id);
trace_flow_ids_.pop_front();
}

Expand Down

0 comments on commit 02c647f

Please sign in to comment.