From b0264f9b12577d17a802725c92e0067b20b93748 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:53:14 +0800 Subject: [PATCH] Update snapshot_controller_impeller.cc --- shell/common/snapshot_controller_impeller.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/common/snapshot_controller_impeller.cc b/shell/common/snapshot_controller_impeller.cc index c9bafd9c0e27a..82226996a119b 100644 --- a/shell/common/snapshot_controller_impeller.cc +++ b/shell/common/snapshot_controller_impeller.cc @@ -33,6 +33,7 @@ sk_sp SnapshotControllerImpeller::MakeRasterSnapshot( sk_sp SnapshotControllerImpeller::DoMakeRasterSnapshot( const sk_sp& display_list, SkISize size) { + TRACE_EVENT0("flutter", __FUNCTION__); impeller::DisplayListDispatcher dispatcher; display_list->Dispatch(dispatcher); impeller::Picture picture = dispatcher.EndRecordingAsPicture();