mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix "PointerEvent" flow end event (#8319)
"DispatchPointerDataPacket" should have been "PointerEvent".
This commit is contained in:
parent
3a3f707d5a
commit
6bd697dd4c
@ -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", "DispatchPointerDataPacket", trace_flow_id);
|
||||
TRACE_FLOW_END("flutter", "PointerEvent", trace_flow_id);
|
||||
trace_flow_ids_.pop_front();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user