From 47c55051defb2e32ef67ee4da45067f0fdd1cc80 Mon Sep 17 00:00:00 2001 From: Yatendra Kumar Date: Sun, 20 Aug 2023 11:35:19 +0530 Subject: [PATCH 1/2] docs: completed doc for RasterStatus::kSkipAndRetry --- flow/compositor_context.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flow/compositor_context.h b/flow/compositor_context.h index 30aae4736c928..28a11a965bae5 100644 --- a/flow/compositor_context.h +++ b/flow/compositor_context.h @@ -40,9 +40,11 @@ enum class RasterStatus { // This is currently used to wait for the thread merger to merge // the raster and platform threads. // - // Since the thread merger may be disabled, + // Since the thread merger may be disabled, the system will proceed + // with separate threads for rasterization and platform tasks, + // potentially leading to different performance characteristics. kSkipAndRetry, - // Frame has been successfully rasterized, but "there are additional items in + // Frame has been successfully rasterized, but there are additional items in // the pipeline waiting to be consumed. This is currently // only used when thread configuration change occurs. kEnqueuePipeline, From c94cf17c107cefcdbebc63271405db9d5f8281c9 Mon Sep 17 00:00:00 2001 From: Yatendra Kumar Date: Sat, 26 Aug 2023 00:31:17 +0530 Subject: [PATCH 2/2] fix: removed trailing spaces --- flow/compositor_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow/compositor_context.h b/flow/compositor_context.h index 28a11a965bae5..4fbab55b190c0 100644 --- a/flow/compositor_context.h +++ b/flow/compositor_context.h @@ -40,8 +40,8 @@ enum class RasterStatus { // This is currently used to wait for the thread merger to merge // the raster and platform threads. // - // Since the thread merger may be disabled, the system will proceed - // with separate threads for rasterization and platform tasks, + // Since the thread merger may be disabled, the system will proceed + // with separate threads for rasterization and platform tasks, // potentially leading to different performance characteristics. kSkipAndRetry, // Frame has been successfully rasterized, but there are additional items in