Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a9a090e

Browse files
committed
Format
1 parent 87dbbb5 commit a9a090e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/raster_cache.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ void RasterCache::TraceStatsToTimeline() const {
302302
constexpr double kMegaBytes = (1 << 20);
303303
FML_TRACE_COUNTER("flutter", "RasterCache", reinterpret_cast<int64_t>(this),
304304
"LayerCount", layer_cache_.size(), "LayerMBytes",
305-
EstimateLayerCacheByteSize() / kMegaBytes,
306-
"PictureCount", picture_cache_.size(), "PictureMBytes",
305+
EstimateLayerCacheByteSize() / kMegaBytes, "PictureCount",
306+
picture_cache_.size(), "PictureMBytes",
307307
EstimatePictureCacheByteSize() / kMegaBytes);
308308

309309
#endif // !FLUTTER_RELEASE

0 commit comments

Comments
 (0)